mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-12 04:05:10 -05:00
9 lines
149 B
Plaintext
Executable File
9 lines
149 B
Plaintext
Executable File
set -x
|
|
|
|
M_HOST=$1
|
|
|
|
scp ../ext/apache-tomcat.tar.gz tomcat@$M_HOST:
|
|
scp setup-tomcat.remote tomcat@$M_HOST:
|
|
|
|
ssh tomcat@$M_HOST ./setup-tomcat.remote
|