summaryrefslogtreecommitdiff
path: root/scripts/sp
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-05-25 11:58:19 -0400
committerAndrew Opalach <andrew@akon.city> 2025-05-25 11:58:19 -0400
commit75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461 (patch)
tree974406a41ab5aeece938bc68889c136a5cfe69ea /scripts/sp
parentf94b0f1370d4633cba8397642e809bc39d4461f8 (diff)
downloaddotfiles-75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461.tar.gz
dotfiles-75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461.tar.bz2
dotfiles-75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461.zip
Add older Windows stuff + Updates
Diffstat (limited to 'scripts/sp')
-rwxr-xr-xscripts/sp6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/sp b/scripts/sp
new file mode 100755
index 0000000..19d38a1
--- /dev/null
+++ b/scripts/sp
@@ -0,0 +1,6 @@
+#! /usr/bin/env sh
+if [ $# -eq 0 ]; then
+ wl-paste | aspell -a
+else
+ echo "$@" | aspell -a
+fi