Changed from "!/bin/bash" to "!/bin/sh".

This commit is contained in:
Sheldon Lee 2022-01-20 19:02:04 +08:00
parent 9731ef53ef
commit e5d489b459
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# #
# Script to autostart programs. # Script to autostart programs.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
[ -z $IS_LAPTOP ] && exit [ -z $IS_LAPTOP ] && exit

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# #
# Script to change keyboard layout. # Script to change keyboard layout.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# #
# Script to take screenshots or gifs # Script to take screenshots or gifs