mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
darkman: ensure shebangs
This commit is contained in:
parent
fd35353a0a
commit
5417f37904
2
local/share/dark-mode.d/00-do-not-repeat-yourself.sh → local/share/dark-mode.d/00-do-not-repeat-yourself.bash
Normal file → Executable file
2
local/share/dark-mode.d/00-do-not-repeat-yourself.sh → local/share/dark-mode.d/00-do-not-repeat-yourself.bash
Normal file → Executable 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
|
2
local/share/light-mode.d/.gitignore
vendored
2
local/share/light-mode.d/.gitignore
vendored
@ -1 +1 @@
|
||||
00-do-not-repeat-yourself.sh
|
||||
00-do-not-repeat-yourself.bash
|
||||
|
1
local/share/light-mode.d/00-do-not-repeat-yourself.bash
Symbolic link
1
local/share/light-mode.d/00-do-not-repeat-yourself.bash
Symbolic link
@ -0,0 +1 @@
|
||||
../dark-mode.d/00-do-not-repeat-yourself.bash
|
@ -1 +0,0 @@
|
||||
../dark-mode.d/00-do-not-repeat-yourself.sh
|
Loading…
Reference in New Issue
Block a user