summaryrefslogtreecommitdiff
path: root/src/round
diff options
context:
space:
mode:
Diffstat (limited to 'src/round')
-rwxr-xr-xsrc/round4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/round b/src/round
new file mode 100755
index 0000000..3bfebba
--- /dev/null
+++ b/src/round
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eu
+
+awk -vN="$1" 'BEGIN { printf "%.f\n", N }'