279:86ac042faf0f
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:33:51 +0400
ide.sh: sometimes this is all you need for software development

previous change 51:8edd66f923ca

docs/prompt-session-exit.sh

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/false
# paste this into an interactive shell
kill -INT "$$" # the same as ^C
false