Add AthosScreens

This commit is contained in:
2025-08-15 17:01:15 +02:00
parent 3140f52ee8
commit 3f3cbb6b0b
52 changed files with 6395 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
APP_ARGS_NAME=\$(echo "APP_${app_name}" | tr '[:lower:]' '[:upper:]')_ARGS
APP_ARGS_NAME=\${APP_ARGS_NAME//-/_}
# Run the JAR with all passed arguments
exec pshell-workbench -b -d -l -k -n -q -console_log=SEVERE -p ${java_file} \${!APP_ARGS_NAME} "\$@"