aboutsummaryrefslogtreecommitdiff
path: root/sb-script
blob: 6142f3e80f6fc063339dccfff89fe3c8fffd9b09 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh


#remove duplicates
awk '!x[$0]++' ~/.sb_history | sponge ~/.sb_history


#execute
/usr/bin/sb-binary $1