From fa84ba406e4043f67069b8d059c63b92b1adf591 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 27 Apr 2025 02:32:20 +0200 Subject: Nopping... --- compile.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compile.sh (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..25070f9 --- /dev/null +++ b/compile.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -xe + +gcc -std=gnu17 -w -Ofast -o xop xop.c + +exit -- cgit v1.2.3