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

View File

@@ -97,6 +97,7 @@ DEFAULT_REGISTRY="registry.tomastm.com"
DEFAULT_TAG="latest"
PROJECT_DIR="$HOME/projects"
PROJECT_ABBR="p"
CONTAINER_HOME="/home/dev"
fail() {
printf 'Error: %b\n' "$*" >&2