1 2 3 4 5
#!/bin/sh DIRECTORY=/opt/openscreen [[ -f "$DIRECTORY/Openscreen.AppImage" ]] && "$DIRECTORY/Openscreen.AppImage" "$@"