darkman: ensure shebangs

This commit is contained in:
Aminda Suomalainen 2024-07-22 12:09:56 +03:00
parent fd35353a0a
commit 5417f37904
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
if ! hash lsb_release 2> /dev/null; then
ERRORMESSAGE="lsb_release was not found, the wallpaper scripts cannot figure out the distribution"
echo $ERRORMESSAGE

View File

@ -1 +1 @@
00-do-not-repeat-yourself.sh
00-do-not-repeat-yourself.bash

View File

@ -0,0 +1 @@
../dark-mode.d/00-do-not-repeat-yourself.bash

View File

@ -1 +0,0 @@
../dark-mode.d/00-do-not-repeat-yourself.sh