SHARE
TWEET
Untitled
a guest
Jan 19th, 2015
172
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/bash
- SSID=$(iwgetid -r)
- if [ "$SSID" = "freeTether" ]; then
- notify-send "Connected to $SSID, stopping dropbox!"
- logger -s "Connected to $SSID, stopping dropbox!"
- killall dropbox
- else
- notify-send "Connected to $SSID, starting dropbox!"
- logger -s "Connected to $SSID, starting dropbox!"
- sudo -u nick /usr/bin/dropbox start
- fi
RAW Paste Data
