Skip to content

Terminating Judo does not terminate the already-running script #19

Description

@rollcat

Simple to observe, prepare a script:

#!/bin/sh
echo a > /tmp/a
sleep 10
echo b > /tmp/a

Run, interrupt without waiting 10s, wait 10s, observe contents of /tmp/a.

I think this could be solved by allocating a PTY (ssh -t ...), but this probably means we'd have to do a bit of terminal emulation? See also #18

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions