Compare commits
No commits in common. "338d3b0db8e776c68dc4a23769e445329e148e04" and "cb8275c68b25a5bf3e24c8424a102424232c266a" have entirely different histories.
338d3b0db8
...
cb8275c68b
|
@ -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/Fr/aide-arduino
|
vim -p $2 ~/.vim/help/aide-arduino
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
|
if [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
|
||||||
vim -p $2 ~/.vim/help/Fr/aide-esp32
|
vim -p $2 ~/.vim/help/aide-esp32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then
|
if [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then
|
||||||
vim -p $2 ~/.vim/help/Fr/aide-platform.io
|
vim -p $2 ~/.vim/help/aide-platform.io
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue