Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
:umu: :umu: (a1ba@suya.place)'s status on Friday, 20-Jun-2025 19:49:08 JST
:umu: :umu:@inex sometimes you can do that with any shell, just type your command while some program is executing. If it doesn't read from stdin, the input will be used by shell instead.
$ sleep 2
Me entering: sleep 2<ENTER>
$ sleep 2
...