summaryrefslogtreecommitdiffstats
path: root/tools/fake-editor
blob: 26cc93437d174db04cdd7932ae0edb96fa473ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# This file is part of MXE. See LICENSE.md for licensing information.

# Fake "editor" to format output for GitHub issue.
# See tools/s3-fetch-and-sync for more info.

cat <<EOF >$1
Download failure: `date -u`

See `cat ~/mxe/tmp-url`?log.
EOF