annotate bin/ctof @ 12246:f3be034784d0 draft

<b_jonas> addwhatis brachylog(1egobot) - Brachylog, a Prolog-like golf language
author HackEso <hackeso@esolangs.org>
date Thu, 05 Dec 2019 23:44:34 +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;