mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-12 04:05:10 -05:00
8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
|
set -x
|
||
|
|
||
|
M_HOST=$1
|
||
|
|
||
|
scp setup-james.remote james@$M_HOST:
|
||
|
ssh james@$M_HOST ./setup-james.remote
|
||
|
|