4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
#!/bin/sh
|
||
|
sv check clash >/dev/null || exit 1
|
||
|
exec /usr/bin/clash -d /etc/clash 2>&1
|