ifupdown-ng/tests/executors/mock-dependency-generator

6 lines
76 B
Text
Raw Normal View History

#!/bin/sh
case "$PHASE" in
depend) echo "eth0 eth1 eth2 eth3 eth4" ;;
esac