diff options
author | Simon Parri <simonparri@ganzeria.com> | 2021-04-06 14:16:40 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2021-04-06 14:16:40 -0500 |
commit | 8165b91ab76db09c8eac03b40ec895efa322d38a (patch) | |
tree | 2f5fceaf8dfcf1c818deee1dc70b861f8b5ce0f6 | |
parent | 6190f9ae12f3b1992067d6ef5cf40a1e2c7d1ba6 (diff) | |
download | spelling-rbee-8165b91ab76db09c8eac03b40ec895efa322d38a.tar.gz spelling-rbee-8165b91ab76db09c8eac03b40ec895efa322d38a.zip |
Add wrapper script for both spelling-rbead and spelling-rbee
-rwxr-xr-x | spelling | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spelling b/spelling new file mode 100755 index 0000000..7f7507b --- /dev/null +++ b/spelling @@ -0,0 +1,5 @@ +#!/bin/sh + +file=$(mktemp) +spelling-rbead $@ -o $file +spelling-rbee $file |