Files
flit/flit.example
Ville Rantanen 185781f9a5 add home folder
2021-05-16 13:53:19 +03:00

6 lines
141 B
Bash
Executable File

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