Skip to content
Snippets Groups Projects
Commit cf43b5c1 authored by Pete Jemian's avatar Pete Jemian
Browse files

this script starts the IOC in a screen session

parent 23ac7c6a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# $Id$
/usr/bin/screen -d -m ./run
# start the IOC in a screen session
# type:
# screen -r to start interacting with the IOC command line
# ^a-d to stop interacting with the IOC command line
# ^c to stop the IOC
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