1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12:00

move bin files back up

This commit is contained in:
Nick Sweeting 2018-06-10 21:55:16 -04:00
parent 19ade54668
commit c29139f7ed
3 changed files with 6 additions and 7 deletions

View file

@ -1 +0,0 @@
bin/bookmark-archiver

6
archive Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# Bookmark Archiver Shortcut
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
python3 "$REPO_DIR/archiver/archive.py" "$@"

View file

@ -1,6 +0,0 @@
#!/bin/bash
# Bookmark Archiver Shortcut
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd )"
python3 "$REPO_DIR/archiver/archive.py" "$@"