summaryrefslogtreecommitdiff
path: root/src/round
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-09 15:56:27 -0300
committerEuAndreh <eu@euandre.org>2024-05-09 15:56:27 -0300
commitdf248206c442f6fbf96ae15b467a05b234fd66f6 (patch)
treec73643ab607db2bd70a729b4cbaf18857988682f /src/round
parentsrc/statusconv: Add working utility (diff)
downloadeut-df248206c442f6fbf96ae15b467a05b234fd66f6.tar.gz
eut-df248206c442f6fbf96ae15b467a05b234fd66f6.tar.xz
clock, minutes, round, statusf: Add working utilities
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 }'