This commit is contained in:
JMARyA 2024-03-02 22:33:55 +01:00
parent d0b88fbd2d
commit 580bf7c13b
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 39 additions and 16 deletions

View file

@ -6,6 +6,12 @@ function skip() {
tail -n +"$((n+1))" "$@"
}
# get <i>
# get specified line number
function get() {
sed -n "$1p"
}
# usage: data_url <file>
# turn file into a data url
data_url() {