Closed rafaelsales closed 9 years ago
I used following command to help me with this task so I didn't have to run each file manually and append the append to the source:
find . -iname '*.rb' -exec sh -c 'echo "\n# Result:" >> {}; gtimeout 2 ruby {} 2>&1 | sed "s/^/# /" >> {}' \;
I used following command to help me with this task so I didn't have to run each file manually and append the append to the source: