diff options
Diffstat (limited to 'tag.sh')
-rwxr-xr-x | tag.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#!/bin/sh + +CMD=`echo $0 | sed 's/.*\///g'` + +TAG="Get $CMD" + +# Clear the tag before adding the new one +echo cleartag | 9p write acme/$winid/ctl + +printf "\n$TAG\nEdit" | 9p write acme/$winid/tag |