Skip to content

Commit

Permalink
Project updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pcingola committed Jun 16, 2014
1 parent 90d36c0 commit b3ef5f6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file added distro/bds_Linux.tgz
Binary file not shown.
Binary file removed distro/bds_linux.tgz
Binary file not shown.
Binary file added scripts/.distro.sh.swp
Binary file not shown.
13 changes: 13 additions & 0 deletions scripts/distro.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh -e


cd `dirname $0`
dir=`pwd -P`
cd -

$dir/install.sh

cd $HOME
tar -cvzf $dir/../distro/bds_`uname`.tgz .bds


0 comments on commit b3ef5f6

Please sign in to comment.