updated docs

This commit is contained in:
Ville Rantanen
2020-12-29 08:29:42 +02:00
parent 572107bfe2
commit faef16a690
2 changed files with 34 additions and 8 deletions

5
flit.example Executable file
View File

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