correction aide

This commit is contained in:
bastien 2023-05-22 15:56:09 +02:00
parent 86b33f56a4
commit af49e65f10

View file

@ -1,13 +1,13 @@
#!/bin/bash
if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then
vim -p $2 ~/.vim/help/aide-arduino
vim -p $2 ~/.vim/help/Fr/aide-arduino
fi
if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
vim -p $2 ~/.vim/help/aide-esp32
vim -p $2 ~/.vim/help/Fr/aide-esp32
fi
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