mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
6 lines
265 B
Bash
Executable File
6 lines
265 B
Bash
Executable File
#!/bin/bash
|
|
# This is a simple build script and will be executed on your CI system if
|
|
# available. Otherwise it will execute while your application is stopped
|
|
# before the deploy step. This script gets executed directly, so it
|
|
# could be python, php, ruby, etc.
|