mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
9 lines
214 B
Bash
Executable file
9 lines
214 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
CONFIG_DIR="$HOME"/.config/distrohopper
|
|
source "$CONFIG_DIR"/distrohopper.conf
|
|
yad --file --directory > target
|
|
echo "It will take while..."
|
|
cd "$VMS_DIR" || exit 1
|
|
cp */*.iso "$target"
|
|
echo "Done"
|