mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./test-http.sh || exit
|
|
./test-merge.sh || exit
|
|
./test-delupd.sh || exit
|
|
./test-folders.sh || exit
|