summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-12 23:04:35 +0000
committerKarl Berry <karl@freefriends.org>2018-03-12 23:04:35 +0000
commit73f075bc9e08ba903c8235a2cacb2e39b44d1954 (patch)
tree2bb329a05a3a4e4386b82cf87dd8ef8d0157686e /Master/texmf-dist/scripts
parente93be321c454b06521746cf306363becf46dffef (diff)
ctan-o-mat wrappers
git-svn-id: svn://tug.org/texlive/trunk@46938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/ctan-o-mat/ctan-o-mat21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat b/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat
new file mode 100755
index 00000000000..3041dc07ad3
--- /dev/null
+++ b/Master/texmf-dist/scripts/ctan-o-mat/ctan-o-mat
@@ -0,0 +1,21 @@
+#/bin/sh
+##-----------------------------------------------------------------------------
+## This file is part of ctan-o-mat.
+## This program is distributed under BSD-like license. See file LICENSE
+##
+## (c) 2016-2017 Gerd Neugebauer
+##
+## Net: gene@gerd-neugebauer.de
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of a 3-clause BSD-like license as stated in the
+## file LICENSE contained in this distribution.
+##
+## You should have received a copy of the LICENSE along with this
+## program; if not, see the repository under http://***.
+##
+##-----------------------------------------------------------------------------
+
+exec perl "$0.pl" "$@"
+
+# \ No newline at end of file