5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
moonc `find -type f | grep -v spec | grep 'moon$'`
|
||
|
busted --defer-print
|