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/tgz | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 bin/tgz (limited to 'bin/tgz') diff --git a/bin/tgz b/bin/tgz deleted file mode 100755 index 7b8d05e..0000000 --- a/bin/tgz +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -name=$1 - -shift - -if [[ -z "${name}" ]]; then - echo "usage: $0 [name] [files]" - exit 1 -fi - -tar czfv "${name}.tgz" "$@" -- cgit 1.4.1