Compare commits
2 commits
cb8275c68b
...
338d3b0db8
Author | SHA1 | Date | |
---|---|---|---|
bastien | 338d3b0db8 | ||
bastien | 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