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
|