mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-05 04:48:19 +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'
|