chore: import upstream snapshot with attribution
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if git_head="$(git rev-parse HEAD 2>/dev/null)"; then
|
||||
:
|
||||
else
|
||||
git_head=""
|
||||
fi
|
||||
|
||||
for version_file in "$@"; do
|
||||
mkdir -p "$(dirname "$version_file")"
|
||||
printf '%s\n' "$git_head" > "$version_file"
|
||||
done
|
||||
Reference in New Issue
Block a user