update
This commit is contained in:
parent
d0b88fbd2d
commit
580bf7c13b
7 changed files with 39 additions and 16 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue