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