mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
7 lines
126 B
Bash
7 lines
126 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# assume this was a call for CRDA,
|
||
|
# if not then it won't find a COUNTRY
|
||
|
# environment variable and exit
|
||
|
exec crda
|