v0.4.1
Pre-release
Pre-release
- Use
#!/bin/{shell} -i
rather than#!/usr/bin/env -S {shell} -i
since many hosts have coreutils < 8.30 (not supporting the-S
option) - Minor updates in log messages
#!/bin/{shell} -i
rather than #!/usr/bin/env -S {shell} -i
since many hosts have coreutils < 8.30 (not supporting the -S
option)