4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
#[ "$1" = "-d" ] && echo network #they pull in too much
|
||
|
exit 0
|