mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 22:20:21 +00:00
move bin files back up
This commit is contained in:
parent
19ade54668
commit
c29139f7ed
3 changed files with 6 additions and 7 deletions
1
archive
1
archive
|
@ -1 +0,0 @@
|
||||||
bin/bookmark-archiver
|
|
6
archive
Executable file
6
archive
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# Bookmark Archiver Shortcut
|
||||||
|
|
||||||
|
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
python3 "$REPO_DIR/archiver/archive.py" "$@"
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
# Bookmark Archiver Shortcut
|
|
||||||
|
|
||||||
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd )"
|
|
||||||
|
|
||||||
python3 "$REPO_DIR/archiver/archive.py" "$@"
|
|
Loading…
Reference in a new issue