mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
3 lines
79 B
Bash
3 lines
79 B
Bash
#!/bin/sh
|
|
if [ -x /usr/bin/tuptime ]; then /usr/bin/tuptime -x > /dev/null; fi
|