11 lines
170 B
Bash
Executable File
11 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Git Hash</title>
|
|
</head>
|
|
<body>
|
|
<pre>GITHUB_SHA = '$GITHUB_SHA';</pre>
|
|
</body>
|
|
</html>" > dist/git-hash.html |