blob: 0899f0c784797f493097de1a21d3c06c499dc797 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
CMD=`echo $0 | sed 's/.*\///g'`
TAG="$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
|