Renames files into new positions to simplify and make organization clearer.

This commit is contained in:
Robert Adams
2022-02-01 21:30:13 +00:00
parent b698e61405
commit 9df47af11d
117 changed files with 735 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#! /bin/bash
# Run the first time to setup the environment for OpenSimulator control
OPENSIMHOME=${OPENSIMHOME:-/home/opensim}
OPENSIMBIN=${OPENSIMBIN:-$OPENSIMHOME/opensim/bin}
# Setup the crontab entry for this account so OpenSim stays running
crontab "${OPENSIMHOME}/crontab"