Artifact aeb7742b041f4109247b855d2a5186332e073807:
- Executable file mkdeploy/tests/executables/linksrc.sh — part of check-in [942beb12d3] at 2013-03-27 23:55:04 on branch development — Added deploy of the eggs (user: matt, size: 111) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash -e rm -f *.scm *.o Makefile ln -s $BUILDDIR/*.scm . ln -s $BUILDDIR/Makefile . ls Makefile *.scm