mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 07:20:59 +02: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