diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-19 15:02:54 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-19 15:02:54 +0000 |
| commit | 8b9d1ac65083c201d4ce86d1c6950ea02d7b95f3 (patch) | |
| tree | d550ea40181899ea3aa601728f7afdd04ea4cb7b /bin/alv-copilot | |
| parent | also pack source rocks (diff) | |
| download | alive-8b9d1ac65083c201d4ce86d1c6950ea02d7b95f3.tar.gz alive-8b9d1ac65083c201d4ce86d1c6950ea02d7b95f3.zip | |
add wxLua alv-wx
Diffstat (limited to 'bin/alv-copilot')
| -rwxr-xr-x | bin/alv-copilot | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/alv-copilot b/bin/alv-copilot deleted file mode 100755 index 9f2f113..0000000 --- a/bin/alv-copilot +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -set -e - -tmpdir=$(mktemp -d) -trap 'rm -rf "$tmpdir"' EXIT INT TERM HUP - -ARGS=$* -FIFO=$tmpdir/fifo -CONF=$tmpdir/conf - -cat > "$CONF" << 'EOF' -split -screen -t evaltime sh -c 'tty > "$FIFO"; read done < "$FIFO"; screen -X quit' -focus -screen -t runtime sh -c 'read tty < "$FIFO"; "alv" $ARGS 2> "$tty"; echo "[press enter to exit]"; read prompt; screen -X quit' -EOF - -mkfifo "$FIFO" -export FIFO ARGS -exec screen -mc "$CONF" |
