commit cbaa97a7662fe3693e52c838f0e0c8b60c536f4b
parent 353d0ffad7c1810d2c5a87d73f6649bcbc55aad4
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Sun, 5 Feb 2023 03:23:23 +0100
tweak: add shebangs.
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git 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
@@ -1,3 +1,5 @@
+#!/bin/sh
+
./build.sh && {
cp -f rose /usr/bin
mkdir -p /usr/share/themes/rose