RASCSI/python/web/mock/bin/brctl

13 lines
171 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
# Mock responses to piscsi-web
case $1 in
"show")
echo "piscsi_bridge 8000.dca632b05dd1 no eth0"
;;
**)
echo "default"
;;
esac