diff options
author | 2023-02-24 11:37:51 +0100 | |
---|---|---|
committer | 2023-02-24 11:37:51 +0100 | |
commit | cc9f03d891a2195e7628a360e51056e9c2676af2 (patch) | |
tree | 5f68ce98100c1216c125d5aff83e9b2b05bac7a3 | |
parent | d695f7fe774d781e3bcfd8bf94da1817bd063723 (diff) | |
download | acme-scripts-cc9f03d891a2195e7628a360e51056e9c2676af2.tar.gz acme-scripts-cc9f03d891a2195e7628a360e51056e9c2676af2.zip |
Add tag file
-rwxr-xr-x | tag | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,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 |