fix: bad shebangs

This commit is contained in:
angeD 2021-12-25 22:32:29 +01:00
parent 782b5b9948
commit 490d3fe89d
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/bash
if [ "$EUID" -ne 0 ]; then
echo "error: you cannot perform this operation unless you are root."

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/bash
# counts target = 8182 ~ 25cm

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/bash
device="PNP0C50:0e 06CB:7E7E Touchpad"

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/usr/bin/bash
set -e