annotate bin/ctof @ 12254:616be78bd12e draft

<oerjan> revert
author HackEso <hackeso@esolangs.org>
date Fri, 06 Dec 2019 07:54:58 +0000
parents df16e74fa057
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5194
c71fb3c4f41a <b_jonas> >bin/ctof echo $\'#!/usr/bin/perl\\n$c=0+$ARGV[0]; printf"%.2f\xc2\xb0C = %.2f\xc2\xb0F",$c,$c*9/5+32;\' && chmod a+x bin/ctof
HackBot
parents:
diff changeset
1 #!/usr/bin/perl
11695
df16e74fa057 <wob_jonas> `` sed -i \'s/",/\\\\n",/\' bin/ctof
HackEso <hackeso@esolangs.org>
parents: 5194
diff changeset
2 $c=0+$ARGV[0]; printf"%.2f°C = %.2f°F\n",$c,$c*9/5+32;