13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
To start the ioc from this directory execute the command
|
|
../../bin/linux-arm/<appname> st.cmd
|
|
|
|
Alternatively make the st.cmd file directly executable with
|
|
chmod +x st.cmd
|
|
and check the executable name on the first line of the st.cmd file
|
|
|
|
You may need to change the name of the .dbd file given in the
|
|
st.cmd's dbLoadDatabase() command before starting the ioc.
|
|
|
|
Purge save files older than 15 days
|
|
$ find ./save/ -mindepth 1 -mtime +15 -delete
|