mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-05 09:40:20 +01:00
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/;
|