forked from minetest-mods/irc
13 lines
173 B
Bash
Executable File
13 lines
173 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# ONLY FOR MAINTAINER USE!!
|
|
|
|
cd "`dirname "$0"`";
|
|
dir="`pwd`";
|
|
cd ..;
|
|
|
|
"$dir/zipmod.sh";
|
|
|
|
echo cp -f dists/* ~/Dropbox/Public/;
|
|
cp -f dists/* ~/Dropbox/Public/;
|