Change shebangs

This commit is contained in:
the_4n0nym0u53 2022-03-06 16:22:37 +01:00
parent d977a7fd4f
commit 246e1ca9eb
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
echo "=> Determining OS..."

View File

@ -1,4 +1,4 @@
#!/bin/dash
#!/usr/bin/env dash
# Wayland clipboard
wl-copy -c

View File

@ -1,4 +1,4 @@
#!/bin/dash
#!/usr/bin/env dash
# USAGE: erase-disk.sh <passes> <device>
# Must be run as root

View File

@ -1,4 +1,4 @@
#!/bin/dash
#!/usr/bin/env dash
if [ "$(uname -o)" = "Android" ]; then
pkg upgrade

View File

@ -1,4 +1,4 @@
#!/bin/dash
#!/usr/bin/env dash
sleep 1

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env dash
ivpn connect -last \
&& notify-send -u low "IVPN" "Successfully reconnected to IVPN server:\n$(ivpn status | sed -n 2p | xargs)" \

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env dash
STATUS=`ivpn status | awk '{print "\\\n"$0}'`
TOOLTIP=`env echo -E ${STATUS} | cut -c 3-`