mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-26 17:10:11 -04:00
6 lines
93 B
Bash
6 lines
93 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
cd /db/dynamicbible/DynamicBibleIonic
|
||
|
hg pull
|
||
|
hg update main
|
||
|
ionic serve
|