Angelo Karageorgiou

Results 1 issues of Angelo Karageorgiou

#!/bin/sh #[email protected] found=$(which sshuttle) if [ $? -ne 0 ] then echo "Please install sshuttle" echo "apt-get install sshuttle or brew install shuttle or whatever" exit 1 fi echo grabbing...