fix some editing errors

pull/68/head
morrownr 2023-02-12 17:36:39 -06:00
parent 3b54625995
commit 22f2cb7aa5
3 changed files with 17 additions and 5 deletions

View File

@ -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
#

View File

@ -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
#

View File

@ -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"