6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
pwd=$( dirname $( readlink -f $0 ) )
|
|
python3 "$pwd"/flit.py --root "https://your.server/and.path" "$@"
|