some progress(tm) with the actual backend stuff
parent
4df24284f1
commit
952feda27e
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
echo "[LOG] doing thing"
|
||||||
|
sleep 0.1
|
||||||
|
echo "[ERROR] failed doing thing"
|
||||||
|
sleep 1
|
||||||
|
echo "[LOG]"
|
||||||
|
sleep 0.1
|
||||||
|
echo "[ERROR]"
|
||||||
|
sleep 1
|
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
echo "[LOG] doing thing"
|
||||||
|
sleep 0.1
|
||||||
|
echo "[ERROR] failed doing thing"
|
||||||
|
sleep 1
|
||||||
|
echo "[LOG]"
|
||||||
|
sleep 0.1
|
||||||
|
echo "[ERROR]"
|
||||||
|
sleep 1
|
Loading…
Reference in New Issue