Add support for TEMP variable.

This commit is contained in:
sleirsgoevy 2017-12-13 23:43:38 +03:00
parent 7fee9c4f43
commit b958630398
2 changed files with 5 additions and 0 deletions

View File

@ -2,4 +2,9 @@ if [ "x$MEM" == x ]
then MEM=1024
fi
if [ "x$TEMP" == x ]
then TEMP=/app/.uml
fi
export MEM="$MEM"
export TEMP="$TEMP"

Binary file not shown.