7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# delete all temporary stuff
|
|
. config || exit 0
|
|
|
|
sudo rm --one-file-system -rf ${FS} ${ISO} ${MNT} ${DISK}
|