diff --git a/distro/bds_Linux.tgz b/distro/bds_Linux.tgz new file mode 100644 index 00000000..51522ed2 Binary files /dev/null and b/distro/bds_Linux.tgz differ diff --git a/distro/bds_linux.tgz b/distro/bds_linux.tgz deleted file mode 100644 index b215ddd7..00000000 Binary files a/distro/bds_linux.tgz and /dev/null differ diff --git a/scripts/.distro.sh.swp b/scripts/.distro.sh.swp new file mode 100644 index 00000000..bf35eed4 Binary files /dev/null and b/scripts/.distro.sh.swp differ diff --git a/scripts/distro.sh b/scripts/distro.sh new file mode 100755 index 00000000..0396142a --- /dev/null +++ b/scripts/distro.sh @@ -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 + +