Skip to content

Instantly share code, notes, and snippets.

@alaingilbert
Last active August 29, 2015 14:10
Show Gist options
  • Save alaingilbert/cd820f9ea5501b34c1cf to your computer and use it in GitHub Desktop.
Save alaingilbert/cd820f9ea5501b34c1cf to your computer and use it in GitHub Desktop.
vessel.sh
# Solution by Alain Gilbert
# http://www.vessel.com/careers
while grep "eval(" apply.rb > /dev/null; do
sed "s/eval/puts/g" apply.rb > 'tmp.rb';
ruby tmp.rb > 'apply.rb';
done
cat apply.rb
@paulpv
Copy link

paulpv commented Jan 9, 2015

Cute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment