6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cat $(find ./ -name "*.part.*") > "Melawy-Linux.iso"
|
||
|
|
||
|
echo "Ready"
|