Skip to content

Instantly share code, notes, and snippets.

@Pompeu
Forked from masterl/autotest.sh
Last active August 29, 2015 14:25
Show Gist options
  • Save Pompeu/20f9b7a5273383ae4a9f to your computer and use it in GitHub Desktop.
Save Pompeu/20f9b7a5273383ae4a9f to your computer and use it in GitHub Desktop.
#!/bin/bash
find `pwd` | grep "[.][ch]$" | grep -v "/.git/" | entr sh -c 'make test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment