4 lines
129 B
Bash
4 lines
129 B
Bash
#!/bin/sh
|
|
|
|
echo "Called deploy.sh for env ${ENVIRON}"
|
|
echo "If I were to perform real work, I'd be doing that now. But I'm not."
|