summary refs log tree commit diff
path: root/bin/tgz
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-01-17 07:17:17 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-01-17 07:17:17 -0800
commite58a6497d050480c56b9689004b9ded1cc2b0b9d (patch)
tree291b4ae5b114d06d96498f2312a9ab3e466ca501 /bin/tgz
parent[emacs] some small changes to the UI. (diff)
downloademacs.d-e58a6497d050480c56b9689004b9ded1cc2b0b9d.tar.gz
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).
Diffstat (limited to '')
-rwxr-xr-xbin/tgz12
1 files changed, 0 insertions, 12 deletions
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" "$@"