I hereby claim:
- I am lechindianer on github.
- I am lechindianer (https://keybase.io/lechindianer) on keybase.
- I have a public key whose fingerprint is E2B1 124C 7CDB EC82 DB64 1E6C 059E 7E89 C13A 001F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| echo "$1 $2 $3 $4" >> ~/test.mcabber.log | |
| EVENT_TYPE=$1 | |
| EVENT_SUBTYPE=$2 | |
| JID=$3 | |
| FILE=$4 | |
| TITLE="mcabber" | |
| #ICON="$HOME/.mcabber/images/chat.png" | |
| TIMEOUT=10000 |
| #!/bin/sh | |
| # find_network.sh - An OpenBSD Wireless Network configurator | |
| # Looks for available networks listed at the end of the script | |
| # Use this by adding "!/path/to/find_network.sh \$if" to your wlan hostname.if | |
| if=$1 | |
| if [ -z "$if" ]; then | |
| echo "Usage: $0 interface" >&2 | |
| exit 2; | |
| fi |