mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
SuperSandro2000: added mktemp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user