I hereby claim:
- I am jzer7 on github.
- I am jcrubio (https://keybase.io/jcrubio) on keybase.
- I have a public key ASCpV4793EJgIwFFoSxvlp7N9ncfJgVE2GSDLQ5C9y586Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| basename=`basename $0` | |
| if [ -z "$*" ]; then | |
| echo "usage: ${basename} <dot> [ -o | -r | <file> | - ]" | |
| echo "" | |
| echo "options:" | |
| echo " -o open dot in window with keyboard focus" | |
| echo " -r read contents of dot" |