mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 14:23:38 +00:00
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'
|