Skip to content

Instantly share code, notes, and snippets.

@yxjxx
Created April 15, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yxjxx/bc206d68a0396585a666 to your computer and use it in GitHub Desktop.
Save yxjxx/bc206d68a0396585a666 to your computer and use it in GitHub Desktop.
ruijie.sh
#!/bin/bash
PASSWD=pw
ruijie_dir="/Applications/Ruijie Supplicant.app/Contents/MacOS"
cmd=Supplicant
cd "$ruijie_dir"
echo "$PASSWD" | sudo -S "./$cmd" &> /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment