Files
flit/flit.example
Ville Rantanen faef16a690 updated docs
2020-12-29 08:29:42 +02:00

6 lines
117 B
Bash
Executable File

#!/bin/bash
pwd=$( dirname $( readlink -f $0 ) )
python3 "$pwd"/flit.py --root "https://your.server/and.path" "$@"