diff options
Diffstat (limited to 'assets/script/check-freshness')
-rwxr-xr-x | assets/script/check-freshness | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/script/check-freshness b/assets/script/check-freshness new file mode 100755 index 0000000..8971238 --- /dev/null +++ b/assets/script/check-freshness @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +make -q +exit $? |