mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-04 12:34:38 +02:00
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
DST=/home/cpi/launchergo
|
|
cp -f launchergo $DST
|
|
|