comparison bin/whatwg @ 12369:6d7fb0735cfe draft

<NotApplicable> fetch /hackenv/bin/whatwg https://hack.esolangs.org/get/bin/whatwg
author HackEso <hackeso@esolangs.org>
date Sun, 07 Feb 2021 22:48:30 +0000
parents eace8d7551f7
children bd245ca93c79
comparison
equal deleted inserted replaced
12368:eace8d7551f7 12369:6d7fb0735cfe
4 echo 'what?' 4 echo 'what?'
5 exit -1 5 exit -1
6 fi 6 fi
7 FILESIZE=$(stat -c%s "$FILENAME") 7 FILESIZE=$(stat -c%s "$FILENAME")
8 FILEDATE=$(stat -c%y "$FILENAME") 8 FILEDATE=$(stat -c%y "$FILENAME")
9 echo 'whatwg HTML specification -- $FILESIZE bytes strong! (as of $FILEDATE)' 9 echo -e 'whatwg HTML specification -- $FILESIZE bytes strong! (as of $FILEDATE)'
10 exit 0 10 exit 0