mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
prepare release
This commit is contained in:
parent
69abdb7a08
commit
00d0165368
23 changed files with 427 additions and 467 deletions
10
old/iso_copy.sh
Executable file
10
old/iso_copy.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
DH_CONFIG_DIR="$HOME"/.config/distrohopper
|
||||
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
|
||||
source "$DH_CONFIG"
|
||||
yad --file --directory > target
|
||||
echo "It will take while..."
|
||||
cd "$VMS_DIR" || exit 1
|
||||
cp */*.iso "$target"
|
||||
echo "Done"
|
Loading…
Add table
Add a link
Reference in a new issue