Skip to content
Snippets Groups Projects
Commit 35efb464 authored by edgrif's avatar edgrif
Browse files

add a couple of comments about how to run script.

parent a60f4a35
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# You need to run this script from this directory or set BASE_DIR
# to point to the zmap scripts directory.
#
# You will probably want to run this script something like this:
#
# ./zmap_otterlace.sh ZMAP_BIN_DIR=~/ZMap/ZMap_View/ZMap/src/build/linux TK_OTTER_HOME=~/ZMap/otter
#
#
SCRIPT_NAME=$(basename $0)
INITIAL_DIR=$(pwd)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment