Skip to content

Commit

Permalink
add a ruby examples check script
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 28, 2011
1 parent 5fab0e0 commit 107276d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/undocumented/ruby_modular/check.sh
@@ -0,0 +1,6 @@
#!/bin/bash

for i in *.rb;
do
ruby -I../../../src/interfaces/ruby_modular $i
done

0 comments on commit 107276d

Please sign in to comment.