diff options
| author | Michael Biebl <biebl@debian.org> | 2019-07-31 10:52:41 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-07-31 10:52:41 +0200 |
| commit | 3a99ba5fd066fe42bd5461360a7411766496619c (patch) | |
| tree | b43863fbe867d7b0f9f9032fd40664c521c88fcb /examples/shell | |
| parent | 13cfe714153013158bdf3e74ab58ab713a04223c (diff) | |
| parent | 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af (diff) | |
Update upstream source from tag 'upstream/1.19.90'
Update to upstream version '1.19.90' with Debian dir 6d1a5b9902866beee1365904d425141b5d4c944c
Diffstat (limited to 'examples/shell')
| -rwxr-xr-x | examples/shell/active-wifi.sh | 2 | ||||
| -rwxr-xr-x | examples/shell/disconnect-device.sh | 2 | ||||
| -rwxr-xr-x | examples/shell/get-hostname.sh | 2 | ||||
| -rwxr-xr-x | examples/shell/list-devices.sh | 2 | ||||
| -rwxr-xr-x | examples/shell/nm-logging.sh | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/examples/shell/active-wifi.sh b/examples/shell/active-wifi.sh index 2ff54190..0f550fed 100755 --- a/examples/shell/active-wifi.sh +++ b/examples/shell/active-wifi.sh @@ -1,6 +1,4 @@ #!/bin/sh -# vim: ft=sh ts=2 sts=2 sw=2 et ai -# -*- Mode: sh; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/shell/disconnect-device.sh b/examples/shell/disconnect-device.sh index e8af42fc..edfb9d17 100755 --- a/examples/shell/disconnect-device.sh +++ b/examples/shell/disconnect-device.sh @@ -1,6 +1,4 @@ #!/bin/sh -# vim: ft=sh ts=2 sts=2 sw=2 et ai -# -*- Mode: sh; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/shell/get-hostname.sh b/examples/shell/get-hostname.sh index a521132c..5009120b 100755 --- a/examples/shell/get-hostname.sh +++ b/examples/shell/get-hostname.sh @@ -1,6 +1,4 @@ #!/bin/sh -# vim: ft=sh ts=2 sts=2 sw=2 et ai -# -*- Mode: sh; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/shell/list-devices.sh b/examples/shell/list-devices.sh index c5c41140..ee694215 100755 --- a/examples/shell/list-devices.sh +++ b/examples/shell/list-devices.sh @@ -1,6 +1,4 @@ #!/bin/sh -# vim: ft=sh ts=2 sts=2 sw=2 et ai -# -*- Mode: sh; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/examples/shell/nm-logging.sh b/examples/shell/nm-logging.sh index 98821650..ab4c4917 100755 --- a/examples/shell/nm-logging.sh +++ b/examples/shell/nm-logging.sh @@ -1,6 +1,4 @@ #!/bin/sh -# vim: ft=sh ts=2 sts=2 sw=2 et ai -# -*- Mode: sh; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |