consistency
This commit is contained in:
parent
aedbe148ba
commit
4e0059d59d
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
usage(){ printf "Opens a script in vim either as an argument or from the ~/.local/bin directory using skim\n"; }
|
||||
usage(){ printf "Opens a script in $EDITOR either as an argument or from the ~/.local/bin directory using skim\n"; }
|
||||
if [ $# -eq 1 ] ; then
|
||||
case $1 in
|
||||
--help) usage ;;
|
||||
|
|
Loading…
Reference in a new issue