From afac9eb2f1417905b8c098965fdc92b196e96942 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sun, 7 Oct 2018 20:24:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Add?= =?UTF-8?q?=20shebang=20to=20shell=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 8b5d21c..1cd2476 100644 --- a/build.sh +++ b/build.sh @@ -1 +1,2 @@ +#!/bin/sh gcc -Wall -m64 -o patch-installer lib/miniz/miniz.c src/*.c src/*/*.c && chmod +x patch-installer