diff options
Diffstat (limited to 'sb-script')
-rwxr-xr-x | sb-script | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #remove duplicates -awk '!x[$0]++' ~/.history | sponge ~/.history +awk '!x[$0]++' ~/.sb_history | sponge ~/.sb_history #execute |