From bd7ed88de78ad299d54c7204a8eb9a1522483948 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 19 Aug 2024 11:56:52 +0200 Subject: [PATCH] suppression pour fusion --- vimscode.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 vimscode.sh diff --git a/vimscode.sh b/vimscode.sh deleted file mode 100755 index 005445e..0000000 --- a/vimscode.sh +++ /dev/null @@ -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 -