mirror of
https://github.com/outbackdingo/clonos-build.git
synced 2026-01-27 10:18:35 +00:00
5 lines
107 B
Plaintext
Executable File
5 lines
107 B
Plaintext
Executable File
cd /rel
|
|
tar cf clonos.tar clonos ; xz -9 clonos.tar ; mv clonos.tar.xz clonos.txz
|
|
echo "MAKE"
|
|
/rel/make.sh
|