This commit is contained in:
2024-03-31 09:28:32 -05:00
parent a0c372eebb
commit 148a5c0319
3 changed files with 21 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ for pwsh in $(find ./scripts -name '*.ps1'); do
pwsh_command="pwsh -c \"$script\""
echo '#!/bin/bash' > "$sh_file"
echo '#!/usr/bin/env bash' > "$sh_file"
echo '#%%MULTILINE_YAML_START' >> "$sh_file"
echo "$pwsh_command" >> "$sh_file"
done