Last active
June 7, 2019 13:58
-
-
Save parthaa/66ea02f5d473bde93da11770abfa293a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pushd . | |
FILES=$(find test -type f -path "*$1*"|tr '\n' ' ') | |
echo $FILES | |
bundle exec ruby -Itest $FILES | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment