fix: use more generic shell script shebang
This commit is contained in:
parent
e44d6cd0bd
commit
c994240676
10 changed files with 10 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# name: Enter BIOS
|
||||
# icon: system-restart
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# name: Lock
|
||||
# icon: locked
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# name: Log Out
|
||||
# icon: system-log-out
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# name: Restart
|
||||
# icon: system-restart
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# name: Power off
|
||||
# icon: system-shutdown
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# name: Suspend
|
||||
# icon: system-suspend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue