mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-17 10:19:44 -07:00
server: create in dir if missing
This commit is contained in:
@@ -4,6 +4,7 @@ if cargo watch --help &> /dev/null; then
|
||||
TRIGGER="./in/datasets_len.txt"
|
||||
|
||||
if [ ! -f "$TRIGGER" ]; then
|
||||
mkdir "./in"
|
||||
echo "0" > $TRIGGER
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user