annotate bin/ctof @ 12296:042127c1c142 draft

<fizzie> ` rm /hackenv/bin/bfi; ln -s /hackenv/lib/kps/bfi /hackenv/bin/bfi # no need for actual copies that you can forget to delete though
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jan 2020 13:28:36 +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;