view src/university/dist.sh @ 0:307a81e46071 tip

initial committ
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 01:17:49 -0700
parents
children
line wrap: on
line source
1 rm /home/r/roBin/src/coderloop/university-output/*
3 cp delstudent.sql getcourse.sql getprofessor.sql getprofessorincourse.sql getstudent.sql getstudentsincourse.sql newcourse.sql newprofessor.sql newstudent.sql professorincourse.sql replaceprofessor.sql studentincourse.sql setup.sql ../university-output
5 cd /home/r/roBin/src/coderloop/university-output
6 tar -cvjf university-SQL.tar.bz2 *
7 mv university-SQL.tar.bz2 /home/r/coderloop
8 rm /home/r/coderloop-test/*
9 cp /home/r/coderloop/university-SQL.tar.bz2 /home/r/coderloop-test