commit 0e4759c3347d890643e1ee64b5d101f4b258c2e6 parent e7006043ec2a8ce300367f3b3e7b31fff3b40605 Author: dwrz <dwrz@dwrz.net> Date: Sat, 21 Oct 2023 20:54:12 +0000 Add calc script Diffstat:
A | scripts/calc | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/scripts/calc b/scripts/calc @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "$@" | bc -l