annotate dl-libs.sh @ 536:c2ee7222a3c4

investigating a problem with bad sound when writing RAM with bootstrapping program
author Robert McIntyre <rlm@mit.edu>
date Mon, 25 Jun 2012 14:23:16 -0500
parents 945c7b500433
children
rev   line source
rlm@529 1 #!/bin/sh
rlm@529 2
rlm@529 3 mkdir ./java/lib
rlm@529 4 cd ./java/lib
rlm@529 5
rlm@529 6 wget http://www.tritonus.org/tritonus_share-0.3.6.jar
rlm@529 7 wget http://www.tritonus.org/tritonus_aos-0.3.6.jar
rlm@529 8
rlm@529 9