mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
define(`hostname', esyscmd(`hostname'))dnl
|
|
`hostname = >>'hostname`<<'
|
|
define(`hostname',
|
|
pushdef(`_tmp', `$1')_tmp(translit(esyscmd(`hostname'), `.', `,'))`'popdef(`_tmp'))dnl
|
|
`hostname = >>'hostname`<<'
|