correction aide
This commit is contained in:
parent
86b33f56a4
commit
af49e65f10
|
@ -1,13 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then
|
if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then
|
||||||
vim -p $2 ~/.vim/help/aide-arduino
|
vim -p $2 ~/.vim/help/Fr/aide-arduino
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
|
if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
|
||||||
vim -p $2 ~/.vim/help/aide-esp32
|
vim -p $2 ~/.vim/help/Fr/aide-esp32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then
|
if [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then
|
||||||
vim -p $2 ~/.vim/help/aide-platform.io
|
vim -p $2 ~/.vim/help/Fr/aide-platform.io
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue