mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-14 01:04:14 +00:00
6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./test-http.sh || exit
|
||
|
./test-merge.sh || exit
|
||
|
./test-delupd.sh || exit
|