mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
DST=/home/cpi/launchergo
|
|
cp -f launcher $DST
|
|
|