mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 10:18:59 +01:00
10 lines
117 B
Bash
Executable File
10 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASENAME=`dirname "$0"`
|
|
|
|
cd $BASENAME
|
|
|
|
#sudo LauncherGoDev=1 ./launchergo
|
|
LauncherGoDev=1 ./launchergo
|
|
|