chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / test-example / null-fake-userv
1 #!/bin/sh
2 #
3 # stunt userv-ipif standin which discards sent packets and receives nothing
4 #
5 # This file is part of secnet.
6 # See README for full list of copyright holders.
7 #
8 # secnet is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
12
13 # secnet is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # General Public License for more details.
17
18 # You should have received a copy of the GNU General Public License
19 # version 3 along with secnet; if not, see
20 # https://www.gnu.org/licenses/gpl.html.
21
22 set -e
23 printf \\300
24 exec cat 2>&1 >/dev/null