Skip to content

Commit c994240

Browse files
Triton171jacobgkau
authored andcommitted
fix: use more generic shell script shebang
1 parent e44d6cd commit c994240

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

scripts/session/session-bios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Enter BIOS
44
# icon: system-restart

scripts/session/session-lock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Lock
44
# icon: locked

scripts/session/session-logout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Log Out
44
# icon: system-log-out

scripts/session/session-reboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Restart
44
# icon: system-restart

scripts/session/session-shutdown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Power off
44
# icon: system-shutdown

scripts/session/session-suspend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Suspend
44
# icon: system-suspend

scripts/system76-power/graphics-compute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Switch to Compute Graphics
44
# icon: preferences-system-symbolic

scripts/system76-power/graphics-discrete.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Switch to NVIDIA Graphics
44
# icon: preferences-system-symbolic

scripts/system76-power/graphics-hybrid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Switch to Hybrid Graphics
44
# icon: preferences-system-symbolic

scripts/system76-power/graphics-integrated.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# name: Switch to Integrated Graphics
44
# icon: preferences-system-symbolic

0 commit comments

Comments
 (0)