updated codemirror script
This commit is contained in:
parent
9054cf04e7
commit
83df6fd104
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
test -n "$1" || { echo "usage: codemirror <file>"; exit 0; }
|
||||||
|
|
||||||
me="$(dirname $(readlink -f $0))"
|
me="$(dirname $(readlink -f $0))"
|
||||||
file="$(readlink -f "$1")"
|
file="$(readlink -f "$1")"
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue