Quellcode durchsuchen

added a tarbomb version of the cpio archive, for using with tapeloader

pull/1/head
XeonSquared vor 4 Jahren
Ursprung
Commit
77c28adefa
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      package.sh

+ 3
- 0
package.sh Datei anzeigen

@@ -3,4 +3,7 @@ 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
tree -if psychos/ | cpio -oHbin > psychos.cpio
cd psychos
tree -if | cpio -oHbin > ../psychos-tarbomb.cpio

Laden…
Abbrechen
Speichern