refactor(meta): Print key log output to stdout without capturing it in subshells (#3)

This commit is contained in:
hygienic-books 2023-10-21 00:34:13 +02:00
parent 40948ddbae
commit b5c9ba4127

View File

@ -1,6 +1,6 @@
#!/bin/bash
3>&1
exec 3>&1
declare this_script_url
this_script_url="${SCRIPT_URL:?}"