index
:
voidrice
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
shorts
/
append-to-history
blob: 7d23dc82a0dce00e7b3e1a6d118ed42b9f014f6f (
plain
)
1
2
3
4
5
#!/bin/sh
[
-n
"
$1
"
]
||
exit
sed
-i
"\|^
${
1
}
$
|d"
"
${
2
}
"
echo
"
$1
"
>>
"
$2
"