This commit is contained in:
zenobit 2023-03-12 11:37:52 +01:00
parent 5047ec49de
commit 70624baf6a
75 changed files with 1414 additions and 178 deletions

View file

@ -1 +1,5 @@
#!/bin/bash
QUICKEMU_VMS_DIR="$(yad --file --directory)"
export QUICKEMU_VMS_DIR
echo "New dir is: $QUICKEMU_VMS_DIR"
sed -f config 's/QUICKEMU_VMS_DIR=""/QUICKEMU_VMS_DIR="$QUICKEMU_VMS_DIR"/g'