2 Commits
Author SHA1 Message Date
Harsh Shandilya f82c052229 Mention coreutils 8.30 requirement and upgrade path in README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-07-17 19:57:23 +05:30
Harsh Shandilya e5fa59974b pidcat: make shebang more portable
Distros like NixOS[1] do not have a typical /usr/bin/, and rely on shebangs
using /usr/bin/env to go to the correct binary.

Passing options to interpreters is not directly supported in env, and thus
requires passing an extra -S [2] to ensure they go through correctly.

1: https://nixos.org
2: https://jhermann.github.io/blog/linux/know-how/2020/02/28/env_with_arguments.html

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-07-11 18:33:14 +05:30