diff options
author | divakar1800 | 2017-07-04 20:01:02 +0530 |
---|---|---|
committer | divakar1800 | 2017-07-04 20:01:02 +0530 |
commit | 6ce5c567e8a4b4e93c8687f8e0447a28e8f32157 (patch) | |
tree | de1c6fde28d29a784a21dc6e59540361447a4147 /run.sh | |
parent | e9e998e8061b8a8a2356a090c486af8c5aa4de6a (diff) | |
download | scilab-on-cloud-6ce5c567e8a4b4e93c8687f8e0447a28e8f32157.tar.gz scilab-on-cloud-6ce5c567e8a4b4e93c8687f8e0447a28e8f32157.tar.bz2 scilab-on-cloud-6ce5c567e8a4b4e93c8687f8e0447a28e8f32157.zip |
optimisation of code execution.
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/bash + +export DJANGO_SETTINGS_MODULE=soc.settings && +python tornado_main.py |