diff options
| author | EuAndreh <eu@euandre.org> | 2024-05-09 15:56:27 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-05-09 15:56:27 -0300 |
| commit | df248206c442f6fbf96ae15b467a05b234fd66f6 (patch) | |
| tree | c73643ab607db2bd70a729b4cbaf18857988682f /src/round | |
| parent | src/statusconv: Add working utility (diff) | |
| download | eut-df248206c442f6fbf96ae15b467a05b234fd66f6.tar.gz eut-df248206c442f6fbf96ae15b467a05b234fd66f6.tar.xz | |
clock, minutes, round, statusf: Add working utilities
Diffstat (limited to 'src/round')
| -rwxr-xr-x | src/round | 4 |
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 }' |
