2024-10-20 07:05:22 -04:00
|
|
|
#!/bin/bash
|
|
|
|
sing-box merge -C ./templates/windows ./templates/example-windows.json
|
|
|
|
sing-box merge -C ./templates/linux ./templates/example-linux.json
|
2024-10-22 08:29:45 -04:00
|
|
|
sing-box merge -C ./templates/android ./templates/example-android.json
|