server: create in dir if missing

This commit is contained in:
k
2024-09-18 18:43:36 +02:00
parent 4060b7457b
commit 9695f12322
+1
View File
@@ -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