Revision c379909c746aba24f0768a874dadcb65e1b135d1 authored by Ben Gyori on 07 May 2020, 14:44:58 UTC, committed by Ben Gyori on 07 May 2020, 14:44:58 UTC
1 parent 6a695e9
Raw File
runReachCLI.sh
#!/usr/bin/env bash

# uncomment the lines below if processorAnnotator.type = "server"
#echo 'Starting Processor Server...'
#sbt 'run-main org.clulab.processors.server.ProcessorServer' &
#sleep 20

echo 'Running Reach CLI...'
sbt 'run-main org.clulab.reach.RunReachCLI'

# An explicit call to shutdown the server is not necessary
# because ReachCLI shuts down both client and server.
back to top