This commit is contained in:
2026-01-28 06:08:32 +02:00
parent 5972c3c5df
commit 74e779ff54
6 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
/home/tomas/bin/dev "$@" 2>&1
/home/tomas/bin/flow "$@" 2>&1
exit_code=$?
if [ $exit_code -ne 0 ]; then