added bin/cm
This commit is contained in:
parent
a259387096
commit
31e09f9e4a
|
@ -32,7 +32,7 @@ help_tips(){
|
||||||
echo ""
|
echo ""
|
||||||
echo 'TIPS'
|
echo 'TIPS'
|
||||||
echo '----'
|
echo '----'
|
||||||
echo 'text editors ' "type '<codemirror|vi|mg|nano> <textfile>'"
|
echo 'text editors ' "type '<cm|vi|mg|nano> <textfile>'"
|
||||||
echo 'programming languages ' "type 'ls ~/bin/helloworld*'"
|
echo 'programming languages ' "type 'ls ~/bin/helloworld*'"
|
||||||
echo 'run 64bit linux app ' "type 'blink <x86_64 binary>'"
|
echo 'run 64bit linux app ' "type 'blink <x86_64 binary>'"
|
||||||
echo 'paste text ' "ctrl/cmd+shift+v'"
|
echo 'paste text ' "ctrl/cmd+shift+v'"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../opt/codemirror/codemirror
|
|
@ -1,2 +1,3 @@
|
||||||
ln -fs $(pwd)/codemirror ~/bin/codemirror
|
ln -fs $(pwd)/codemirror ~/bin/codemirror
|
||||||
|
ln -fs $(pwd)/codemirror ~/bin/cm
|
||||||
echo "enter 'codemirror <file>' to start codemirror"
|
echo "enter 'codemirror <file>' to start codemirror"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue