5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Pass execution directly to the Python GUI engine
|
|
exec f0ckm-uploader-gui --upload "$@"
|
|
|