comparison bin/fjail @ 86:a3b9d4fe560e

Provide "module" doc-strings
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 05 Sep 2019 02:29:44 +0200
parents 56dd768b5fdd
children a8e76893140f
comparison
equal deleted inserted replaced
85:56dd768b5fdd 86:a3b9d4fe560e
1 #!/bin/sh 1 #!/bin/sh
2 # -*- indent-tabs-mode: nil; -*- 2 # -*- indent-tabs-mode: nil; -*-
3 # @(#)@@PKGORIGIN@@ $HGid$ 3 : 'A very minimal BSD Jail management tool.
4
5 :Author: Franz Glasner
6 :Copyright: (c) 2019 Franz Glasner.
7 All rights reserved.
8 :License: 3-Clause BSD License.
9 See LICENSE for details.
10 If you cannot find LICENSE see
11 <https://opensource.org/licenses/BSD-3-Clause>
12 :Id: @(#)@@PKGORIGIN@@ $HGid$
13
14 '
4 15
5 set -eu 16 set -eu
6 17
7 VERSION="@@VERSION@@" 18 VERSION="@@VERSION@@"
8 19