mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-17 05:23:01 +10:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
# Bookmark Archiver Shortcut
|
|
|
|
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd )"
|
|
|
|
python3 "$REPO_DIR/archiver/archive.py" "$@"
|