DEBSOURCES
Skip Quicknav
sources / mgmt / 0.0.26.git.2024.10.25.85e1d6c0e8-4 / examples / lang / hostname0.mcl
1234567
import "sys" $host = sys.hostname() file "/tmp/mgmt/${host}" { content => "hello from ${host}!\n", state => $const.res.file.state.exists, }