mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
5 lines
74 B
Bash
5 lines
74 B
Bash
#!/usr/bin/env bash
|
|
|
|
[ ! -f /mnt/p1/boot/grub/grub.cfg ] && exit 1
|
|
|
|
exit 0 |