RROrg-rr/update-check.sh
2023-10-28 22:27:51 +08:00

7 lines
71 B
Bash
Executable File

#!/usr/bin/env bash
# rr
[ ! "rr" = "$(hostname)" ] && exit 1
exit 0