comparison macos/startHg.sh @ 0:dfc36e7ed22c

init
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 12 May 2022 13:51:59 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dfc36e7ed22c
1 #!/bin/bash
2
3 set -eu
4
5 cd "$1";
6
7 #can't determine if network is available at startup
8 sleep 60;
9
10 ./start.sh "launchd";