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