tweak: add shebangs.

This commit is contained in:
NunoSempere 2023-02-05 03:23:23 +01:00
parent 353d0ffad7
commit cbaa97a766
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
CC=clang
SRC=rose.c
REQS= #./plugins/*/*.c

View File

@ -1,3 +1,5 @@
#!/bin/sh
./build.sh && {
cp -f rose /usr/bin
mkdir -p /usr/share/themes/rose