mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 15:51:33 +01:00
6 lines
57 B
Bash
6 lines
57 B
Bash
#!/bin/sh
|
|
|
|
su tuptime -s /bin/sh -c "tuptime -q"
|
|
|
|
exit 0
|