mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-20 00:56:07 +08:00
move bin files back up
This commit is contained in:
parent
19ade54668
commit
c29139f7ed
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…
x
Reference in New Issue
Block a user