generated from itdominator/Python-With-Gtk-Template
Initial tableting structure
This commit is contained in:
@@ -19,11 +19,11 @@ function main() {
|
||||
|
||||
# NOTE: Remove if you want to pass file(s) besides directories...
|
||||
if [ ! -d "${path}" ]; then
|
||||
echo "<change_me>: Path given not a directory..."
|
||||
echo "Coherence: Path given not a directory..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd "/opt/"
|
||||
python /opt/<change_me>.zip "$@"
|
||||
python /opt/coherence.zip "$@"
|
||||
}
|
||||
main "$@";
|
||||
main "$@";
|
Reference in New Issue
Block a user