mirror of
https://github.com/chubin/cheat.sh
synced 2024-11-12 22:37:06 +00:00
SuperSandro2000: added mktemp
This commit is contained in:
parent
d5fec97242
commit
5a6a80c8cc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
# oeis <val_a, val_b, val_c, ...>
|
||||
oeis() (
|
||||
local URL='https://oeis.org/search?q='
|
||||
local TMP=/tmp/oeis_${RANDOM}
|
||||
local TMP=$(mktemp -d oeis.XXXXXXX)
|
||||
local DOC=${TMP}/doc.html
|
||||
local MAX_TERMS_LONG=30
|
||||
local MAX_TERMS_SHORT=10
|
||||
|
|
Loading…
Reference in a new issue