Skip to content

Commit 16247bb

Browse files
committed
👷 change built script to stop using irb
1 parent 06d505b commit 16247bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ for terminal in "\$TERMINAL" x-terminal-emulator mate-terminal gnome-terminal te
2727
fi
2828
done
2929
30-
\$(echo "$encoded_text" | base64 -d > /tmp/source.rb)
31-
irb -r /tmp/source.rb
30+
src=\$(echo "$encoded_text" | base64 -d)
31+
ruby -e "\$src"
3232
EOF
3333

3434
# make script executable

0 commit comments

Comments
 (0)