OpenCores
URL https://opencores.org/ocsvn/s1_core/s1_core/trunk

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [tar_env] - Blame information for rev 114

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 fafa1971
#!/bin/bash
2
 
3
# This script makes a tarball of the S1 environment:
4
# you should call "clean_env" before calling this,
5
# otherwise you will get a huge file.
6
 
7 109 albert.wat
test_env S1_ROOT
8 114 albert.wat
TARBALL=$HOME/s1_core.tar
9 7 fafa1971
 
10
rm -f $TARBALL* $S1_ROOT/*.tar*
11
cd $S1_ROOT/..
12
tar cvf $TARBALL `basename $S1_ROOT`
13
gzip $TARBALL
14
mv -f $TARBALL.gz $S1_ROOT
15
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.