4 lines
120 B
Bash
4 lines
120 B
Bash
#!/bin/bash
|
|
echo 'This is an example shell script'
|
|
echo 'Scripts here will run during build if specified in recipe.yml'
|