dungru / wifienv

0 stars 1 forks source link

Should use /bin/bash -c "$args" instead of bash -c "$args" #1

Open dungru opened 8 months ago

dungru commented 8 months ago

Another issue: Should exit when have empty arguments if [ "$#" -eq 0 ]; then

show_usage

exit 1
#args="/bin/bash"

else args="$@" fi