mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-20 14:51:35 +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
|
||||
|
||||
tmpfile="$(mktemp nekofetchXXXXXXXX)"
|
||||
tmpfile="$(mktemp)"
|
||||
|
||||
case "$1" in
|
||||
"--nsfw"|"nsfw"|"-n"|"n")
|
||||
|
|
|
|||
Loading…
Reference in a new issue