annotate host/macos/startLuanhost.sh @ 1818:d3e6c7f64559 default tip

docs - Math
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 16 Jun 2024 20:26:12 -0600
parents fd3d56f39450
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1632
0344a535b1db add doc
fffilimonov
parents:
diff changeset
1 #!/bin/bash
0344a535b1db add doc
fffilimonov
parents:
diff changeset
2
0344a535b1db add doc
fffilimonov
parents:
diff changeset
3 set -eu
0344a535b1db add doc
fffilimonov
parents:
diff changeset
4
0344a535b1db add doc
fffilimonov
parents:
diff changeset
5 cd "$1";
0344a535b1db add doc
fffilimonov
parents:
diff changeset
6
0344a535b1db add doc
fffilimonov
parents:
diff changeset
7 #can't determine if network is available at startup
0344a535b1db add doc
fffilimonov
parents:
diff changeset
8 sleep 60;
0344a535b1db add doc
fffilimonov
parents:
diff changeset
9
0344a535b1db add doc
fffilimonov
parents:
diff changeset
10 ./start.sh "launchd";