kebler.net
6567658636
- put commandline option back int - supports instance folder in conf/ - supports _shared conf folder -- supports instance script moved instance specific conf to branches moved things around and updated gitigonre in support of refactored script
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/bash
|
|
echo running custom script for $INSTANCE
|
|
source ${CONF_SHARED_DIR}/aws/aws.env
|
|
|