# HG changeset patch # User HackEso # Date 1612738211 0 # Node ID bd245ca93c79401d10207e49871efb906949e26b # Parent 6d7fb0735cfecf17e45eb4306f53dd9d0e6aca00 fetch /hackenv/bin/whatwg https://hack.esolangs.org/get/bin/whatwg diff -r 6d7fb0735cfe -r bd245ca93c79 bin/whatwg --- a/bin/whatwg Sun Feb 07 22:48:30 2021 +0000 +++ b/bin/whatwg Sun Feb 07 22:50:11 2021 +0000 @@ -6,5 +6,5 @@ fi FILESIZE=$(stat -c%s "$FILENAME") FILEDATE=$(stat -c%y "$FILENAME") -echo -e 'whatwg HTML specification -- $FILESIZE bytes strong! (as of $FILEDATE)' +echo -e "whatwg HTML specification -- $FILESIZE bytes strong! (as of $FILEDATE)" exit 0 \ No newline at end of file