mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
move bin files back up
This commit is contained in:
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" "$@"
|
||||
Reference in New Issue
Block a user