diff options
Diffstat (limited to 'src/connections/ethernet')
-rw-r--r-- | src/connections/ethernet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet index 5414c69..8e34327 100644 --- a/src/connections/ethernet +++ b/src/connections/ethernet @@ -157,5 +157,5 @@ ethernet_status() { ethernet_$1 "$2" exit $? -# vim: set ts=4 et sw=4: +# vim: ft=sh ts=4 et sw=4: |