6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/sh
|
|
|
|
exec agate --content /gmi/ \
|
|
--hostname ${HOSTNAME} \
|
|
--lang ${LANG}
|
|
|