Send exit code of the command

Former-commit-id: 6994b95d78
This commit is contained in:
Hadi
2025-03-26 16:59:51 +01:00
parent 31879f6186
commit 43b8be4931

View File

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