melawy-archiso-config/merge_parted_iso.sh

6 lines
80 B
Bash
Raw Normal View History

2024-07-19 21:52:47 +05:00
#!/bin/bash
cat $(find ./ -name "*.part.*") > "Melawy-Linux.iso"
echo "Ready"