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.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
683
Commits
6
Branches
6.8 MiB
Branch:
master
main
master
escalation
externality
exuberance
inertia_intel_nuc
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
bpb-kit
/
home
/
bin
/
f-to-c
3 lines
37 B
Raw
Permalink
Normal View
History
new utils: addscript, f-to-c, put-mv-notes addscript: add a new script in ~/bin. f-to-c: convert degrees Fahrenheit to degrees C. A wrapper around units(1), because I'm always forgetting the syntax for this. put-mv-notes: move the currently yanked file to ~/notes.
5 years ago
#!/bin/sh
units "tempF($1)" 'tempC'