pfetch: clean up
This commit is contained in:
parent
e054e5b446
commit
bcf4cf44da
1 changed files with 1 additions and 3 deletions
4
pfetch
4
pfetch
|
@ -566,9 +566,7 @@ main() {
|
|||
: $((info_length+=1))
|
||||
|
||||
# Iterate over the above list and run any existing "get_" functions.
|
||||
for info; do
|
||||
"get_$info"
|
||||
done
|
||||
for info; do "get_$info"; done
|
||||
}
|
||||
|
||||
# Position the cursor below both the ascii art and information lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue