diff --git a/src/main/resources/bin/sshExecTemplate.sh b/src/main/resources/bin/sshExecTemplate.sh new file mode 100644 index 0000000000000000000000000000000000000000..921c419c481cfd679c628371fe32dd38655899dd --- /dev/null +++ b/src/main/resources/bin/sshExecTemplate.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# loading env +if [ -f /etc/profile ]; then + . /etc/profile +fi +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi +if [ -f ~/.bash_profile ]; then + . ~/.bash_profile +fi + +# start