mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
pfetch: clean up
This commit is contained in:
4
pfetch
4
pfetch
@@ -566,9 +566,7 @@ main() {
|
|||||||
: $((info_length+=1))
|
: $((info_length+=1))
|
||||||
|
|
||||||
# Iterate over the above list and run any existing "get_" functions.
|
# Iterate over the above list and run any existing "get_" functions.
|
||||||
for info; do
|
for info; do "get_$info"; done
|
||||||
"get_$info"
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Position the cursor below both the ascii art and information lines
|
# Position the cursor below both the ascii art and information lines
|
||||||
|
|||||||
Reference in New Issue
Block a user