Mercurial > code > home > repos > reposync
annotate entrypoint.sh @ 6:a0d9679c4f4a
loginbar element moves out
author | drewp@bigasterisk.com |
---|---|
date | Fri, 24 Jul 2020 15:22:06 -0700 |
parents | f714a6a7842c |
children | db4037285592 |
rev | line source |
---|---|
4
f714a6a7842c
start new web view for hgand github syncing
drewp@bigasterisk.com
parents:
diff
changeset
|
1 #!/bin/sh |
f714a6a7842c
start new web view for hgand github syncing
drewp@bigasterisk.com
parents:
diff
changeset
|
2 |
f714a6a7842c
start new web view for hgand github syncing
drewp@bigasterisk.com
parents:
diff
changeset
|
3 echo "nameserver 10.43.0.10 8.8.8.8" > /etc/resolv.conf |
f714a6a7842c
start new web view for hgand github syncing
drewp@bigasterisk.com
parents:
diff
changeset
|
4 |
f714a6a7842c
start new web view for hgand github syncing
drewp@bigasterisk.com
parents:
diff
changeset
|
5 exec python3.8 hg_status.py -v |