Files
secureblue/scripts/example.sh
2023-04-24 18:40:51 +00:00

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'