diff options
Diffstat (limited to 'aux/checks/spelling.sh')
-rwxr-xr-x | aux/checks/spelling.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aux/checks/spelling.sh b/aux/checks/spelling.sh new file mode 100755 index 0000000..4368820 --- /dev/null +++ b/aux/checks/spelling.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -eu + +echo FIXME +exit |