mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
DST=/home/cpi/launchergo
|
|
cp -f main $DST
|
|
|
|
cp -f Menu/GameShell/HelloWorld/HelloWorld.so $DST/Menu/GameShell/HelloWorld/
|