Skip to content

Instantly share code, notes, and snippets.

@gil27
Last active January 4, 2016 20:19
Show Gist options
  • Save gil27/8673003 to your computer and use it in GitHub Desktop.
Save gil27/8673003 to your computer and use it in GitHub Desktop.
Seus problemas acabaram
#! bin/bash
#
for i in find -name *.php
do
echo "class $i\n # Try it again \nend" >> "${i%.*}.rb"
rm -rf $i
done
@dtelaroli
Copy link

LoL

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