diff options
author | 2023-02-24 16:24:17 +0100 | |
---|---|---|
committer | 2023-02-24 16:24:17 +0100 | |
commit | 5522f39034b45f8188f535bf38cb3e3f30cac072 (patch) | |
tree | c76b1ed05bbb3724b0f6c62f6f6b88ad192f674b | |
parent | cc9f03d891a2195e7628a360e51056e9c2676af2 (diff) | |
download | acme-scripts-5522f39034b45f8188f535bf38cb3e3f30cac072.tar.gz acme-scripts-5522f39034b45f8188f535bf38cb3e3f30cac072.zip |
Move tag to tag.sh
-rwxr-xr-x | tag.sh (renamed from tag) | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CMD=`echo $0 | sed 's/.*\///g'` -TAG="$CMD" +TAG="Get $CMD" # Clear the tag before adding the new one echo cleartag | 9p write acme/$winid/ctl |