6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
# clipmaker - quick wrapper
|
|
source ~/ltx-venv/bin/activate
|
|
cd "$(dirname "$0")"
|
|
python clipmaker.py "$@"
|