suppression pour fusion
This commit is contained in:
parent
1d52812294
commit
bd7ed88de7
14
vimscode.sh
14
vimscode.sh
|
@ -1,14 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ "$1" = '-a' ] || [ "$1" = '-arduino' ] ; then
|
|
||||||
vim -p $2 ~/.vim/help/En/help-arduino
|
|
||||||
elif [ "$1" = '-e' ] || [ "$1" = '-esp' ] ; then
|
|
||||||
vim -p $2 ~/.vim/help/En/help-esp32
|
|
||||||
elif [ "$1" = '-p' ] || [ "$1" = '-platform.io' ] ; then
|
|
||||||
vim -p $2 ~/.vim/help/En/help-platform.io
|
|
||||||
elif [ "$1" = '' ] || [ "$1" = '' ] ; then
|
|
||||||
cat ~/.vim/help/help-vimscode
|
|
||||||
else
|
|
||||||
echo "Option $1 invalid"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue