3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
#!/bin/bash
|
||
|
echo exec ${@} | vpe_api_test | sed 's/vat# //g'
|