ifupdown-ng/tests/executors/mock-dependency-generator
2020-07-28 12:07:09 -06:00

5 lines
76 B
Bash
Executable file

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