9 lines
87 B
Bash
Executable file
9 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# REQUIRES:
|
|
# sh
|
|
# coreutils
|
|
# $TERMINAL
|
|
# $EDITOR
|
|
|
|
$TERMINAL -e $EDITOR $@
|