aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-02-05 03:23:23 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-02-05 03:23:23 +0100
commitcbaa97a7662fe3693e52c838f0e0c8b60c536f4b (patch)
treefe6f317e6bebaa756c35bd4ec6eaab8bf08bc406
parent353d0ffad7c1810d2c5a87d73f6649bcbc55aad4 (diff)
tweak: add shebangs.
-rwxr-xr-xbuild.sh2
-rwxr-xr-xinstall.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 232669f..960eac8 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
CC=clang
SRC=rose.c
REQS= #./plugins/*/*.c
diff --git a/install.sh b/install.sh
index 884f6f2..09c83e8 100755
--- a/install.sh
+++ b/install.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
./build.sh && {
cp -f rose /usr/bin
mkdir -p /usr/share/themes/rose