mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 16:01:28 +00:00
9 lines
161 B
Bash
9 lines
161 B
Bash
if echo "$crashcore" | grep -q 'singbox'; then
|
|
target=singbox
|
|
format=json
|
|
else
|
|
target=clash
|
|
format=yaml
|
|
fi
|
|
core_config="$CRASHDIR/${format}s/config.$format"
|