From 3cdbd4878dfcb1c82da625584ebfd40f4bf781e1 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 24 Nov 2022 21:20:04 +0100 Subject: [PATCH] compiled all, compile.sh --- compile.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 compile.sh diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..c0373ff --- /dev/null +++ b/compile.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "compiling $1..." +noext=$(echo "$1" | cut -f 1 -d '.') +gcc $1 -o bin/$noext