Recent content by rez_spb

  1. rez_spb

    Question Keep console input open on shell script start

    Thank you for these params, I will definitely look them through. I have cut mine from my output (here) to preserve space, I have some already, but it's always nice to get new recommendations. As for pause, the thing here is that the wrapper script should continue without stopping. I send...
  2. rez_spb

    Question Keep console input open on shell script start

    Sorry for the bump, but I wasn't able to resolve this on my own, so any help will be appreciated.
  3. rez_spb

    Question Keep console input open on shell script start

    I have migrated to Paper from Spigot setup and I love the performance boost. I have written a shell script for Spigot server start with a small hack: on start I create named pipe which is passed as a stdin to java process to read from without blocking out further script execution (basically...