From 50f25337c239b6d852c0200fc7db72ef3f3e489a Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 30 Nov 2023 09:57:00 +0100 Subject: Add bp.sh script Used to put breakpoints. --- tag.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tag.sh') diff --git a/tag.sh b/tag.sh index 4107521..a42b0bc 100755 --- a/tag.sh +++ b/tag.sh @@ -2,9 +2,11 @@ CMD=`echo $0 | sed 's/.*\///g'` -TAG="Get $CMD |c+ |c- |latin" +EDIT_TAG='(Edit =)' +TAG="Get $CMD |c+ |c- |latin >ffunc m80 m120 >java-import |java-package >find-file >find-class |qentity |lower |upper >who-implement-me" +DEBUG_TAG='bp' # Clear the tag before adding the new one echo cleartag | 9p write acme/$winid/ctl -printf "\n$TAG\nEdit" | 9p write acme/$winid/tag +printf "\n$EDIT_TAG\n$TAG\n$DEBUG_TAG\nEdit" | 9p write acme/$winid/tag -- cgit v1.2.3