tangled
alpha
login
or
join now
ciaran.co.za
/
cumulus
0
fork
atom
A Prediction Market on the AT Protocol
0
fork
atom
overview
issues
pulls
pipelines
fix(entrypoint.sh): run in parallel
Ciaran
1 week ago
da8416aa
ea019c89
+2
-2
1 changed file
expand all
collapse all
unified
split
entrypoint.sh
+2
-2
entrypoint.sh
···
1
1
#!/bin/sh
2
2
-
./build/jetstream &&
3
3
-
./build/server
2
2
+
./build/jetstream &
3
3
+
./build/server