nutools/lib/ulib/templates/runsconfig/script.template
Jephte CLAIN 1665af9745 réorganiser les fichiers
passer en version 6.0.0
renommer apache.config en apache.tools
2014-10-23 21:26:42 +04:00

12 lines
223 B
Bash
Executable File

# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
desc "Description du script"
script:
# pour un script d'installation qui ne doit tourner qu'une seule fois:
#shouldrun || exit
#...
#setdone
exit 0