Skip to content

Commit e93ce6f

Browse files
2 parents f396f8d + f792aa2 commit e93ce6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nerdfetch

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,6 @@ else
231231
case $ostype in
232232
*"Linux"*)
233233
IFS=. read -r s _ < /proc/uptime;;
234-
*"NetBSD"*)
235-
s=$(/sbin/sysctl -n kern.boottime)
236-
s=${s#*=}
237-
s=${s%,*}
238-
s=$(($(date +%s) - s));;
239234
*)
240235
s=$(sysctl -n kern.boottime)
241236
s=${s#*=}

0 commit comments

Comments
 (0)