mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash -ex
|
|
TEST_OUTPUT=`gvm version`
|
|
[ "$TEST_OUTPUT" != "" ]
|
|
echo "Success!"
|