diff options
author | 2023-11-30 09:57:00 +0100 | |
---|---|---|
committer | 2023-11-30 09:57:00 +0100 | |
commit | 50f25337c239b6d852c0200fc7db72ef3f3e489a (patch) | |
tree | ea8ac5a92d006a72a19da71e14fb0fff4203dfc1 /tag.sh | |
parent | f3ae162f7bada5e6020d6e0c2290a90a83d43ba6 (diff) | |
download | acme-scripts-50f25337c239b6d852c0200fc7db72ef3f3e489a.tar.gz acme-scripts-50f25337c239b6d852c0200fc7db72ef3f3e489a.zip |
Add bp.sh script
Used to put breakpoints.
Diffstat (limited to 'tag.sh')
-rwxr-xr-x | tag.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |