Files
getpkg/getpkg/test-uninstall/test-uninstall-dir/test-uninstall
Your Name b0fba2f9d8
Some checks failed
Build-Test-Publish / build (push) Failing after 17s
'Generic Commit'
2025-06-22 09:05:41 +12:00

8 lines
129 B
Plaintext
Executable File

#\!/bin/bash
if [ "$1" = "version" ]; then
echo "1.0.0"
elif [ "$1" = "autocomplete" ]; then
echo "help"
echo "version"
fi