[NTG-context] BASH script for installing minimals

2011-03-14 Thread Cecil Westerhof
Installing minimals is sometimes a problem. Because of this I wrote a BASH script to automate it. Attached is the script I wrote to easily install the minimals. It installs in ${HOME}/ConTeXt but because I work with DRY it is easily changed. It generate almost no output: 20:47:01: fetch

Re: [NTG-context] BASH script for installing minimals

2011-03-14 Thread Mojca Miklavec
On Mon, Mar 14, 2011 at 20:56, Cecil Westerhof wrote: Installing minimals is sometimes a problem. Because of this I wrote a BASH script to automate it. Attached is the script I wrote to easily install the minimals. Hmmm ... maybe we should add a --silent switch to installer. Thank for the

Re: [NTG-context] BASH script for installing minimals

2011-03-14 Thread Cecil Westerhof
2011/3/14 Cecil Westerhof cldwester...@gmail.com Installing minimals is sometimes a problem. Because of this I wrote a BASH script to automate it. Attached is the script I wrote to easily install the minimals. It installs in ${HOME}/ConTeXt but because I work with DRY it is easily changed.