diff options
author | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-08-04 18:12:54 -0700 |
---|---|---|
committer | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-08-17 10:47:48 -0700 |
commit | 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb (patch) | |
tree | 0cf7b1d160d0671eeacb66004433b63572b96ebd /bin/smell-test |
Initial commit
Diffstat (limited to 'bin/smell-test')
-rwxr-xr-x | bin/smell-test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/smell-test b/bin/smell-test new file mode 100755 index 0000000..8916180 --- /dev/null +++ b/bin/smell-test @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +ag 'binding.pry' . +ag 'debugger' . +ag 'console.log' . |