5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
|
#!/bin/sh
|
||
|
# This script opens a window running an editor.
|
||
|
# The command to invoke the editor is specified during DAMASK installation
|
||
|
|
||
|
%EDITOR% $*
|