nutools/lib/ulib/templates/runsconfig/script.template

12 lines
223 B
Plaintext
Raw Normal View History

2014-10-23 17:08:06 +04:00
# -*- 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