bash / ${APP_HOME}

During the production and deployment of any application larger than “hello world”, careful thought must be given to accommodating a likely set of changes. One of these is deployment location — the application must not have any hard-coded file system locations present, and must determine its location at runtime. Every bash script should start with …

Continue reading ‘bash / ${APP_HOME}’ »