forked from michael.heier/citadel-core
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# SPDX-FileCopyrightText: 2021 Citadel and contributors
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
cat /proc/uptime | awk '{print int($1)}'
|