mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
2
pfetch
2
pfetch
@@ -178,7 +178,7 @@ get_uptime() {
|
|||||||
|
|
||||||
# The uptime format from 'sysctl' needs to be subtracted from
|
# The uptime format from 'sysctl' needs to be subtracted from
|
||||||
# the current time in seconds.
|
# the current time in seconds.
|
||||||
s="$(($(date +%s) - s))"
|
s=$(($(date +%s) - s))
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user