source: projects/texlive-vtlpkg/trunk/_sync-tlnet.sh.in @ 7764

Revision 7764, 187 bytes checked in by munepi, 11 years ago (diff)

TeX Live 2013

Line 
1#!/bin/bash
2export LANG=C
3
4DEFAULT_TLNETROOT=${TLNETROOT:-@@VTLPKG_TLNETROOT@@}
5
6rsync -v -rpt --delete rsync://ftp.jaist.ac.jp/pub/CTAN/systems/texlive/tlnet/ ${DEFAULT_TLNETROOT}
7
8exit
Note: See TracBrowser for help on using the repository browser.