annotate bin/ctof @ 12274:3c04e9ef7a3a draft

<kspalaiologos> `` cp -rf /hackenv/tmp/asmbf-1.2.7/bin/* /hackenv/lib/kps/
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 17:47:30 +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;