mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-07 20:10:43 +00:00
Use the default name on mktemp (so it goes to a temporary directory)
This commit is contained in:
parent
7ff9cf1d59
commit
355a216f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
tmpfile="$(mktemp nekofetchXXXXXXXX)"
|
tmpfile="$(mktemp)"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"--nsfw"|"nsfw"|"-n"|"n")
|
"--nsfw"|"nsfw"|"-n"|"n")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue