melawy-archiso-config/merge_parted_iso.sh

6 lines
80 B
Bash
Raw Normal View History

2025-01-13 03:01:42 +05:00
#!/bin/bash
cat $(find ./ -name "*.part.*") > "Melawy-Linux.iso"
echo "Ready"