10 lines
121 B
Bash
Executable File
10 lines
121 B
Bash
Executable File
#! /bin/bash
|
|
|
|
newzip=$1
|
|
file="$HOME/Stardust/Resources/Applications/dungeondraft.zip"
|
|
|
|
mv -f $1 $file
|
|
|
|
installzip $file
|
|
|