bug-fork

fork/re-write of bug cli todo manager
git clone https://git.regexghost.com/bug-fork.git
Log | Files | Refs | README | LICENSE

Makefile (102B)


      1 install:
      2 	cp bug.sh ~/.local/bin/bug
      3 	chmod +x ~/.local/bin/bug
      4 	echo 'Remember to set $$BUG_PROJECT'