dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

calc (281B)


      1 #!/usr/bin/env bash
      2 
      3 # calc: preform fast calculations on the go
      4 #
      5 # Tired of having to open a new terminal, run `bc`, type the calculation, only
      6 # to exit right after seeing the answer? Suffer no longer! Now just type
      7 # `calc 2+2` and instantly see the answer!
      8 
      9 echo "$@" | bc -l