summaryrefslogtreecommitdiff
path: root/support/ctan-o-mat/ctan-o-mat.bat
blob: 14aa5ff188b5adc48e2199cfbef4c72ba30c623f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@echo off
@rem --------------------------------------------------------------------------
@rem  This file is part of ctan-o-mat.
@rem  This program is distributed under BSD-like license. See file LICENSE
@rem  
@rem  (c) 2016-2017 Gerd Neugebauer
@rem  
@rem  Net: gene@gerd-neugebauer.de
@rem  
@rem  This program is free software; you can redistribute it and/or modify
@rem  it under the terms of a 3-clause BSD-like license as stated in the
@rem  file LICENSE contained in this distribution.
@rem 
@rem  You should have received a copy of the LICENSE along with this
@rem  program; if not, see the repository under http://***.
@rem 
@rem --------------------------------------------------------------------------

"perl ctan-o-mat.pl %*"

@rem --------------------------------------------------------------------------