Skip to content
Snippets Groups Projects
Commit bf9e1490 authored by Wayne Lewis's avatar Wayne Lewis
Browse files

Add init override option

parent d9447017
No related branches found
No related tags found
No related merge requests found
......@@ -316,6 +316,9 @@ function loadFiles() {
fi
echo "seq $1"
;;
-i | -noinit | --noinit)
init=NO
;;
-r)
shift
echo "require $1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment