aboutsummaryrefslogtreecommitdiff
path: root/sb-script
diff options
context:
space:
mode:
Diffstat (limited to 'sb-script')
-rwxr-xr-xsb-script10
1 files changed, 10 insertions, 0 deletions
diff --git a/sb-script b/sb-script
new file mode 100755
index 0000000..8390c14
--- /dev/null
+++ b/sb-script
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+
+#remove duplicates
+awk '!x[$0]++' ~/.history | sponge ~/.history
+
+
+#execute
+/usr/bin/sb-binary
+