3 !|test.util.CallScript|
4 |call script|mtestinfo webssh|
5 |call script|!- rm -r ~/tmp/webssh | true -!|
6 |call script|!- rm -r ~/tmp/tests | true -!|
7 |call script|if [ ! -d ~/webssh ]; then cd ~; git clone https://github.com/huashengdun/webssh; fi|
8 |call script|cd ~/webssh; git_up|
9 |call script|rsync -a /usr/lib/python3/dist-packages/webssh/ ~/tmp/webssh/|
10 |call script|rsync -a ~/webssh/tests/ ~/tmp/tests/|