diff --git a/install-driver.sh b/install-driver.sh index 12534d2..00bfb27 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -6,11 +6,15 @@ # # To make this file executable: # -# $ chmod +x edit-options.sh +# $ chmod +x install-driver.sh # # To execute this file: # -# $ sudo ./edit-options.sh +# $ sudo ./install-driver.sh +# +# or +# +# $ sudo sh install-driver.sh # # Copyright(c) 2023 Nick Morrow # diff --git a/remove-driver.sh b/remove-driver.sh index b932e29..e809c4e 100755 --- a/remove-driver.sh +++ b/remove-driver.sh @@ -6,11 +6,15 @@ # # To make this file executable: # -# $ chmod +x edit-options.sh +# $ chmod +x remove-driver.sh # # To execute this file: # -# $ sudo ./edit-options.sh +# $ sudo ./remove-driver.sh +# +# or +# +# $ sudo sh remove-driver.sh # # Copyright(c) 2023 Nick Morrow # diff --git a/save-log.sh b/save-log.sh index 06559ba..68e1c72 100755 --- a/save-log.sh +++ b/save-log.sh @@ -8,7 +8,11 @@ # # To execute this file: # -# $ sudo ./edit-options.sh +# $ sudo ./save-log.sh +# +# or +# +# $ sudo sh save-log.sh SCRIPT_NAME="save-log.sh"