Add a paste utility

This commit is contained in:
Nick Chambers 2022-10-20 03:04:31 -05:00
parent 04fa68bfed
commit 1e023c22c4
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ awk-find() {
awk -F / -v RS="\0" "$pattern"
fi
}
clbin() {
tail -n +1 -- "$@" | curl -sSF 'clbin=<-'
}