#!/bin/bash
[ "$1" = "-d" ] && echo network
exit 0
