forked from Archives/Athou_commafeed
5 lines
257 B
Bash
Executable File
5 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
# This is a simple script and will be executed on your CI system if
|
|
# available. Otherwise it will execute while your application is stopped
|
|
# before the build step. This script gets executed directly, so it
|
|
# could be python, php, ruby, etc. |