12 lines
139 B
Plaintext
12 lines
139 B
Plaintext
shorten() {
|
|
pushd ~/Code/opdavi.es
|
|
git pull --rebase
|
|
npm run shorten $1 $2
|
|
popd
|
|
}
|
|
|
|
function mkd() {
|
|
mkdir -p "$@" && cd "$@"
|
|
}
|
|
|