forked from minetest-mods/irc
13 lines
173 B
Bash
13 lines
173 B
Bash
|
#! /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/;
|