mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 03:17:12 -04: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
|