mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
set -ev
|
|
./unitest.py && ./unitest-restful.py && ./unitest-xmlrpc.py
|