diff options
| author | EuAndreh <eu@euandre.org> | 2024-05-09 15:54:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-05-09 15:54:02 -0300 |
| commit | 6699e732f00d2a8d8c377527dc588824ba3cbece (patch) | |
| tree | 7f64a4ad0d87217cb228d7e02fba531ea7314216 /src | |
| parent | Initial empty commit (diff) | |
| download | nicely-6699e732f00d2a8d8c377527dc588824ba3cbece.tar.gz nicely-6699e732f00d2a8d8c377527dc588824ba3cbece.tar.xz | |
Add code: import from dotfiles
Diffstat (limited to 'src')
| -rwxr-xr-x | src/nicely | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nicely b/src/nicely new file mode 100755 index 0000000..9917c65 --- /dev/null +++ b/src/nicely @@ -0,0 +1,5 @@ +#!/bin/sh +set -eu + +# FIXME: ionice(1) isn't POSIX, make a version of if that is +ionice -c3 nice -n19 "$@" |
