mailtrain/setup/install-ubuntu1804-local.sh

11 lines
150 B
Bash
Raw Normal View History

2018-12-25 11:29:26 +00:00
#!/bin/bash
set -e
2018-12-25 11:40:33 +00:00
set -x
2018-12-25 11:29:26 +00:00
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions ubuntu1804
cd $SCRIPT_PATH/..
performInstallLocal "$#"