diff --git a/tests.sh b/tests.sh new file mode 100755 index 0000000..9982d16 --- /dev/null +++ b/tests.sh @@ -0,0 +1,16 @@ +#!/bin/bash -e + +cat /etc/os-release +echo + +set -x +sudo id +python3 --version +g++ --version | head -1 +gvim --version | head -1 +xterm -e /bin/bash -c "sleep 1" +date +set +x + +echo "[OK]" +