diff options
Diffstat (limited to 'sb-script')
-rwxr-xr-x | sb-script | 10 |
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 + |