Files
dotfiles/.local/bin/upgradedungeondraft
2023-06-17 15:06:11 +01:00

10 lines
121 B
Bash
Executable File

#! /bin/bash
newzip=$1
file="$HOME/Stardust/Resources/Applications/dungeondraft.zip"
mv -f $1 $file
installzip $file