From e58a6497d050480c56b9689004b9ded1cc2b0b9d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Jan 2016 07:17:17 -0800 Subject: Remove configuration for `vim` and all the scripts No need to carry a configuration for `vim` anymore, and most of the scripts are either useless, or have moved to the *toolbox* repository on GitHub (and are now in go, and sometimes with tests). --- bin/batchssh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 bin/batchssh (limited to 'bin/batchssh') diff --git a/bin/batchssh b/bin/batchssh deleted file mode 100755 index e60da7d..0000000 --- a/bin/batchssh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec ssh -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=2 "$@" -- cgit v1.2.3