From cc9f03d891a2195e7628a360e51056e9c2676af2 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 24 Feb 2023 11:37:51 +0100 Subject: Add tag file --- tag | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tag diff --git a/tag b/tag new file mode 100755 index 0000000..0899f0c --- /dev/null +++ b/tag @@ -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 -- cgit v1.2.3