diff options
-rwxr-xr-x | checkopts | 2 | ||||
-rwxr-xr-x | smb2-quota | 2 | ||||
-rwxr-xr-x | smb2-secdesc | 2 | ||||
-rwxr-xr-x | smbinfo | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Script to check for inconsistencies between documented mount options # and implemented kernel options. @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # coding: utf-8 # # smb2-quota is a cmdline tool to display quota information for the diff --git a/smb2-secdesc b/smb2-secdesc index 5886091..534dd92 100755 --- a/smb2-secdesc +++ b/smb2-secdesc @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # coding: utf-8 import array @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # -*- coding: utf-8 -*- # # smbinfo is a cmdline tool to query SMB-specific file and fs |