mirror of
https://git.shadowkat.net/izaya/OC-PsychOS2.git
synced 2024-11-10 15:48:36 -05:00
10 lines
249 B
Bash
Executable File
10 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
rm -r psychos
|
|
mkdir psychos
|
|
cp -r exec/ lib/ service/ psychos/
|
|
cp build/psychos.lua psychos/init.lua
|
|
cp default-init.txt psychos/init.txt
|
|
find psychos/ | cpio -oHbin > psychos.cpio
|
|
cd psychos
|
|
find | cpio -oHbin > ../psychos-tarbomb.cpio
|