Removed unnecessary source code comments.

Reduced stating the obvious (in many cases) in order to improve
readability and reduce lines of code.
This commit is contained in:
Brooke Kuhlmann
2018-10-28 13:35:51 -06:00
parent 7da69e543f
commit 72f5fcb03e
19 changed files with 0 additions and 44 deletions

View File

@@ -1,12 +1,7 @@
#! /usr/bin/env bash
# DESCRIPTION
# Executes the command line interface.
# USAGE
# ./run.sh OPTION
# LIBRARY
source lib/installers.sh
source lib/options.sh
source lib/reinstallers.sh
@@ -28,7 +23,6 @@ else
exit 1
fi
# EXECUTION
while true; do
if [[ $# == 0 ]]; then
printf "\nUsage: run OPTION\n"