mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-07 12:00:43 +00:00
Remove unnecessary null definitions
This commit is contained in:
parent
be00f74518
commit
f05516b850
1 changed files with 0 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
tmpfile="$(mktemp)"
|
tmpfile="$(mktemp)"
|
||||||
imgtype=""
|
|
||||||
use_height=""
|
|
||||||
|
|
||||||
while :; do
|
while :; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue