Bob Mottram 7 лет назад
Родитель
Сommit
3a3a03e200
1 измененных файлов: 28 добавлений и 0 удалений
  1. 28
    0
      src/freedombone-usb-canary

+ 28
- 0
src/freedombone-usb-canary Просмотреть файл

@@ -1,4 +1,32 @@
1 1
 #!/bin/bash
2
+#
3
+# .---.                  .              .
4
+# |                      |              |
5
+# |--- .--. .-.  .-.  .-.|  .-. .--.--. |.-.  .-. .--.  .-.
6
+# |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
7
+# '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
8
+#
9
+#                    Freedom in the Cloud
10
+#
11
+# Generate an email alert if a USB driver is inserted or removed
12
+
13
+# License
14
+# =======
15
+#
16
+# Copyright (C) 2017-2018 Bob Mottram <bob@freedombone.net>
17
+#
18
+# This program is free software: you can redistribute it and/or modify
19
+# it under the terms of the GNU Affero General Public License as published by
20
+# the Free Software Foundation, either version 3 of the License, or
21
+# (at your option) any later version.
22
+#
23
+# This program is distributed in the hope that it will be useful,
24
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
25
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
+# GNU Affero General Public License for more details.
27
+#
28
+# You should have received a copy of the GNU Affero General Public License
29
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
2 30
 
3 31
 PROJECT_NAME=freedombone
4 32