diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-05 03:23:23 +0100 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-05 03:23:23 +0100 |
commit | cbaa97a7662fe3693e52c838f0e0c8b60c536f4b (patch) | |
tree | fe6f317e6bebaa756c35bd4ec6eaab8bf08bc406 | |
parent | 353d0ffad7c1810d2c5a87d73f6649bcbc55aad4 (diff) |
tweak: add shebangs.
-rwxr-xr-x | build.sh | 2 | ||||
-rwxr-xr-x | install.sh | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#!/bin/bash + CC=clang SRC=rose.c REQS= #./plugins/*/*.c @@ -1,3 +1,5 @@ +#!/bin/sh + ./build.sh && { cp -f rose /usr/bin mkdir -p /usr/share/themes/rose |