master
Stephen Cochrane 3 years ago
parent 5ba9ce1661
commit 5b739646da
  1. 4
      calc

@ -0,0 +1,4 @@
#!/bin/bash
# Simple calculator using bc (just so that i dont have to start up python)
# Usage ./calc 2^2 # Prints 4
echo "$@" | bc
Loading…
Cancel
Save