b99600a876
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
4 lines
50 B
Bash
Executable File
4 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
[ "$1" = "-d" ] && echo network
|
|
exit 0
|