We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52c392 commit 08976ebCopy full SHA for 08976eb
update.sh
@@ -28,9 +28,9 @@ rm -rf "${checkoutdir}"
28
mkdir -p "${checkoutdir}"
29
30
{
31
- echo "<h1>Updating the Magical Pony</h1>" > "${statusfile}"
32
- echo "<h2>$(date '+%A %F %T %:::z %Z')</h2>" >> "${statusfile}"
33
- cat pony.img.html >> "${statusfile}"
+ echo '<h1>Updating the Magical Pony</h1>'
+ echo "<h2>$(date '+%A %F %T %:::z %Z')</h2>"
+ cat pony.img.html
34
} > "${statusfile}"
35
36
pushd "${checkoutdir}"
0 commit comments