This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
bpb-kit
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Dotfiles, utilities, and other apparatus.
905
Commits
6
Branches
6.8 MiB
Branch:
main
bpb-kit
/
home
/
bin
/
c-to-f
3 lines
37 B
Raw
Permalink
Normal View
History
add ~/bin/c-to-f: celsius to fahrenheit Complements the existing f-to-c.
5 years ago
#!/bin/sh
units "tempC($1)" 'tempF'