improved bmark. add: bmark-add
This commit is contained in:
parent
cb0daceb1e
commit
cbdfae1b11
4 changed files with 48 additions and 2 deletions
4
makefile
4
makefile
|
@ -3,8 +3,12 @@
|
|||
|
||||
install:
|
||||
mkdir -p ~/bin
|
||||
mkdir -p ~/.config/bmark/
|
||||
touch ~/.config/bmark/bookmark
|
||||
cp -vf bmark ~/bin/
|
||||
cp -vf bmark-add ~/bin/
|
||||
chmod +x ~/bin/bmark
|
||||
chmod +x ~/bin/bmark-add
|
||||
|
||||
uninstall:
|
||||
rm -vf ~/bin/bmark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue