| Revision 26,
388 bytes
checked in by tabel, 2 years ago
(diff) |
|
Also keep a tarred version for download in repository.
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/csh |
|---|
| 2 | echo 'delete save files' |
|---|
| 3 | ./clean |
|---|
| 4 | set VER=jacques-v2.0r0.tar |
|---|
| 5 | echo 'tarring up version' |
|---|
| 6 | tar -cvf $VER README BUGS TODO WHATS_NEW doit start-vm.sh jaquesrc install first.com common_blocks.inc tar_version.sh clean start_jaques.pro start_jaques_from_saved_file.pro TOOLS/* |
|---|
| 7 | ./install |
|---|
| 8 | wc $VER |
|---|
| 9 | gzip $VER |
|---|
| 10 | chmod a+r $VER'.gz' |
|---|
| 11 | #uuencode $VER'.gz' $VER'.gz' > $VER'.gz.uu' |
|---|
| 12 | ls -lh jacques* |
|---|
Note: See
TracBrowser
for help on using the repository browser.