jeditbg.sh 115 B

1234
  1. #!/bin/bash
  2. # Runs jEdit in background-mode, ready to reuse the running instance
  3. jedit -background -reuseview "$@"