dots/.scripts/func.sh

4 lines
57 B
Bash
Raw Normal View History

2021-12-21 20:57:01 +01:00
#!/usr/bin/env bash
c() { printf "%s\n" "$@" | bc -l; }