Send exit code of the command

This commit is contained in:
Hadi
2025-03-26 16:59:51 +01:00
parent 3c4c639552
commit 6994b95d78

View File

@@ -44,7 +44,7 @@ let
command=$(echo "$line" | sed 's/^[^;]*;//;s/^[^;]*;//')
exec "$command"
exit 0
exit $?
}
[[ $1 == "" ]] && ui