mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 18:28:57 +01:00
9 lines
79 B
Bash
Executable File
9 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASENAME=`dirname "$0"`
|
|
|
|
cd $BASENAME
|
|
|
|
./launchergo > /tmp/x.log
|
|
|