annotate bin/ctof @ 12256:821155c00e34 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/culprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:22 +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;