add calculator func
This commit is contained in:
parent
fcd4240435
commit
70d4f60c54
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
c() { printf "%s\n" "$@" | bc -l; }
|
Loading…
Reference in New Issue