9 lines
148 B
Bash
Executable File
9 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu -o pipefail -o verbose
|
|
|
|
grab-site --help
|
|
grab-site --version
|
|
gs-dump-urls --help
|
|
python -c 'import libgrabsite.server'
|