feat: add per-recipe shell script support (#38)

This commit is contained in:
Emmett Wasik (Viv)
2023-04-24 14:40:51 -04:00
committed by GitHub
parent a9c15ac306
commit 37143b0e23
4 changed files with 22 additions and 0 deletions

3
scripts/example.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo 'This is an example shell script'
echo 'Scripts here will run during build if specified in recipe.yml'