add ufinger script
This commit is contained in:
parent
7f41e66b32
commit
455023e068
1 changed files with 6 additions and 0 deletions
6
bin/ufinger.sh
Normal file
6
bin/ufinger.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
T=`mktemp` && curl -so $T https://plan.cat/\~travisshears && $EDITOR $T && \
|
||||
curl -su travisshears -F "plan=<$T" https://plan.cat/stdin
|
||||
Loading…
Add table
Add a link
Reference in a new issue