mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +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
|