Files
dotfiles/.local/bin/upgradedungeondraft

10 lines
121 B
Plaintext
Raw Normal View History

#! /bin/bash
newzip=$1
2023-06-17 15:06:11 +01:00
file="$HOME/Stardust/Resources/Applications/dungeondraft.zip"
mv -f $1 $file
installzip $file