mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 14:35:20 -04:00
6 lines
156 B
Bash
Executable file
6 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" "$@"
|