st-exec-sub 127 B

1234567
  1. #!/bin/sh
  2. # just a subscript for st-exec
  3. [ ! -f /tmp/norisa/st-exec-cmd ] && exit 1
  4. zsh -c "$(cat /tmp/norisa/st-exec-cmd)"