5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
|
#!/bin/bash
|
||
|
echo running custom script for $INSTANCE
|
||
|
source ${CONF_SHARED_DIR}/aws/aws.env
|
||
|
|