melawy-archiso-config/merge_parted_iso.sh

6 lines
80 B
Bash
Executable File

#!/bin/bash
cat $(find ./ -name "*.part.*") > "Melawy-Linux.iso"
echo "Ready"