We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f338eb commit b55e135Copy full SHA for b55e135
test.sh
@@ -2,7 +2,7 @@
2
docker build -t hjerpbakk/dotnet-script-local:0.50.0 .
3
4
ARGUMENT="42"
5
-RESULT=$(docker run --rm -it --volume="$PWD:/scripts:ro" hjerpbakk/dotnet-script-local:0.50.0 test.csx -- "$ARGUMENT" | tr -d '\r' | tr -d '[?1h=')
+RESULT=$(docker run --rm --volume="$PWD:/scripts:ro" hjerpbakk/dotnet-script-local:0.50.0 test.csx -- "$ARGUMENT" | tr -d '\r' | tr -d '[?1h=')
6
7
if [ "$RESULT" = "$ARGUMENT" ]; then
8
echo "dotnet-script ran successfully";
0 commit comments