aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-02 23:37:16 +0530
committerGitHub <noreply@github.com>2020-07-02 23:37:16 +0530
commitf0d78e117647b79ab23085a82c26f7d1a2e4c6b9 (patch)
tree592fb1daac4d22375cb8dfdb282bf09ce4b8cee1
parent7c8897ec765e677ad54a285112f483818695e14f (diff)
changing default value of name
-rwxr-xr-xscripts/main.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/main.sh b/scripts/main.sh
index 612f626..c821dff 100755
--- a/scripts/main.sh
+++ b/scripts/main.sh
@@ -10,7 +10,7 @@ proteinPath=""
ligandPath=""
pdfPath=""
smile=""
-name=""
+name="report"
config=""
usage()
@@ -149,4 +149,4 @@ if [[ $interactions == "true" ]]; then
pandoc -V geometry:margin=1in report.md --pdf-engine=xelatex -o $name.pdf
fi
-echo "$proteinPath and $ligandPath and $docking and $interactions and $visualisations" \ No newline at end of file
+echo "$proteinPath and $ligandPath and $docking and $interactions and $visualisations"