1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

set to bash

This commit is contained in:
Jason Nagin 2024-07-09 10:10:17 -04:00 committed by GitHub
parent a5f0fd3163
commit f9e8302681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
SHELL = /bin/bash
docs:
find -name '*.md' | while read -r line; \
do \