added some documentation
This commit is contained in:
parent
fe590aaa85
commit
d83adfeea5
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# chalmers_login.sh logges you in into the Chalmers NOMAD wireless
|
||||||
|
# network. You have to chmod 755 it and I recommend to start it
|
||||||
|
# via Quicksilver. It uses growl to notify you about success or
|
||||||
|
# faulire.
|
||||||
|
#
|
||||||
|
# Author: Jeena Paradies <spam@jeenaparadies.net>
|
||||||
|
# This script is public domain.
|
||||||
|
# This script is OS X only.
|
||||||
|
|
||||||
USERNAME="uname"
|
USERNAME="uname"
|
||||||
PASSWD="password"
|
PASSWD="password"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue