4 lines
113 B
Bash
4 lines
113 B
Bash
|
#!/bin/sh
|
||
|
# Runs jEdit in background-mode, ready to reuse the running instance
|
||
|
jedit -background -reuseview "$@"
|