We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d505b commit 16247bbCopy full SHA for 16247bb
1 file changed
build.sh
@@ -27,8 +27,8 @@ for terminal in "\$TERMINAL" x-terminal-emulator mate-terminal gnome-terminal te
27
fi
28
done
29
30
-\$(echo "$encoded_text" | base64 -d > /tmp/source.rb)
31
-irb -r /tmp/source.rb
+src=\$(echo "$encoded_text" | base64 -d)
+ruby -e "\$src"
32
EOF
33
34
# make script executable
0 commit comments