I need my script to be executed with stdbuf -i0 -o0 -e0
otherwise user will wonder why there is no output (becuase of pipe buffer). How can I acheive it?
#!/usr/bin/stdbuf -i0 -o0 -e0 /bin/bash
results in
/usr/bin/stdbuf: invalid mode ‘0 -o0 -e0 /bin/bash’