fix: bad shebangs
This commit is contained in:
parent
782b5b9948
commit
490d3fe89d
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/sh
|
#!/usr/bin/bash
|
||||||
|
|
||||||
if [ "$EUID" -ne 0 ]; then
|
if [ "$EUID" -ne 0 ]; then
|
||||||
echo "error: you cannot perform this operation unless you are root."
|
echo "error: you cannot perform this operation unless you are root."
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/sh
|
#!/usr/bin/bash
|
||||||
|
|
||||||
# counts target = 8182 ~ 25cm
|
# counts target = 8182 ~ 25cm
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/sh
|
#!/usr/bin/bash
|
||||||
|
|
||||||
device="PNP0C50:0e 06CB:7E7E Touchpad"
|
device="PNP0C50:0e 06CB:7E7E Touchpad"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/sh
|
#!/usr/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user