comparison bin/whatwg @ 12370:bd245ca93c79 draft

<NotApplicable> fetch /hackenv/bin/whatwg https://hack.esolangs.org/get/bin/whatwg
author HackEso <hackeso@esolangs.org>
date Sun, 07 Feb 2021 22:50:11 +0000
parents 6d7fb0735cfe
children
comparison
equal deleted inserted replaced
12369:6d7fb0735cfe 12370:bd245ca93c79
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 -e '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