mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-01 16:20:57 +11:00
2 lines
50 B
Bash
2 lines
50 B
Bash
|
#!/bin/sh
|
||
|
ls $1 | cpio -oD $1 > $2.zyr 2>/dev/null
|