mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 15:11:20 +08:00
8 lines
73 B
Bash
8 lines
73 B
Bash
#!/bin/sh
|
|
|
|
[ -e /etc/apinger.user ] && {
|
|
sh /etc/apinger.user
|
|
}
|
|
|
|
exit 0
|