add missing function
This commit is contained in:
parent
a790ca3fc8
commit
220db6ec7e
2
ddg
2
ddg
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
function join_by { local IFS="$1"; shift; echo "$*"; }
|
||||||
|
|
||||||
if [ "$#" -eq 0 ] ; then
|
if [ "$#" -eq 0 ] ; then
|
||||||
echo "WARNING! All your communication will bypass VPN and firewall!"
|
echo "WARNING! All your communication will bypass VPN and firewall!"
|
||||||
su no-fw -c 'lynx http://detectportal.firefox.com'
|
su no-fw -c 'lynx http://detectportal.firefox.com'
|
||||||
|
Loading…
Reference in New Issue
Block a user