mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# rr
|
|
[ ! "rr" = "$(hostname)" ] && exit 1
|
|
|
|
exit 0
|