mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -04:00
re-arrange and cleanup directory structure
This commit is contained in:
parent
62e33c011b
commit
d0f2e693b3
26 changed files with 80 additions and 98 deletions
6
bin/bookmark-archiver
Executable file
6
bin/bookmark-archiver
Executable 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" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue