serene-pub/dist-assets/linux/Serene Pub
2025-08-09 23:28:07 -07:00

6 lines
178 B
Bash
Executable file

#!/bin/bash
# Serene Pub Application Launcher
# This launches the main run.sh script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd "$DIR"
exec ./run.sh