diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..0ace658 --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +printf "date\nwhoami\npwd\ndf -kh\nls -l\n" | /opt/jdk-17/bin/java -jar target/splicer-*.jar v1 | jq -r '.results[] | select(.command == "df -kh") | .output'