Add new stuff
This commit is contained in:
parent
d3d9e77e67
commit
101889afea
1 changed files with 2 additions and 0 deletions
|
|
@ -285,3 +285,5 @@ function psave() {
|
|||
function camelcase() {
|
||||
perl -pe 's#(_|^)(.)#\u$2#g'
|
||||
}
|
||||
|
||||
alias md5="md5sum $1 | cut -d ' ' -f 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue