i can code, trust me
This commit is contained in:
parent
719bc1ada1
commit
f59c0a356e
|
@ -24,6 +24,7 @@ case $1 in
|
||||||
awk -F': ' '{print $2}' | \
|
awk -F': ' '{print $2}' | \
|
||||||
sed 'N;s/\n/ /' | \
|
sed 'N;s/\n/ /' | \
|
||||||
grep -v '\x00'
|
grep -v '\x00'
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
printf "\
|
printf "\
|
||||||
simple wrapper for connecting to a network
|
simple wrapper for connecting to a network
|
||||||
|
|
Loading…
Reference in New Issue