re-arrange and cleanup directory structure

This commit is contained in:
Nick Sweeting 2018-06-10 20:52:15 -04:00
parent 62e33c011b
commit d0f2e693b3
26 changed files with 80 additions and 98 deletions

6
bin/bookmark-archiver Executable file
View file

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