summaryrefslogtreecommitdiff
path: root/spelling
blob: 6877f224d4811a258e2d95c89d478cff5190ced6 (plain)
1
2
3
4
5
6
#!/bin/sh

file=$(mktemp)
spelling-rbead $@ -o $file
spelling-rbee $file
rm -f $file