diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-31 02:12:37 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-31 02:12:37 (GMT) |
commit | c0c3564cdf8178f8bdfbc605719d27c5ad5a6077 (patch) | |
tree | 43265979f7643c40e4993dfd5f3d76afba914831 | |
parent | 858b2886bc4904d4279f389162575f99023941fa (diff) | |
download | mxe-c0c3564cdf8178f8bdfbc605719d27c5ad5a6077.zip mxe-c0c3564cdf8178f8bdfbc605719d27c5ad5a6077.tar.gz mxe-c0c3564cdf8178f8bdfbc605719d27c5ad5a6077.tar.bz2 |
Add forgotten file
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rwxr-xr-x | tools/fake-editor | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/fake-editor b/tools/fake-editor new file mode 100755 index 0000000..fa86005 --- /dev/null +++ b/tools/fake-editor @@ -0,0 +1,7 @@ +#!/bin/sh + +cat <<EOF >$1 +Download failure: `date -u` + +See `cat ~/mxe/tmp-url`?log. +EOF |