]> hackdaworld.org Git - scripts/scripts.git/blobdiff - present_hdw_scripts.sh
use find to search for files +3M
[scripts/scripts.git] / present_hdw_scripts.sh
index 745414e90550beea6f4790898fff869901c6a586..f2c12479fbd3108c95d6fac12119cb795a0b2f50 100755 (executable)
@@ -3,15 +3,15 @@
 # author: hackbard
 #
 
-ver="0.2-dev"
-inst_path="/chroot/www/htdocs/download/hdw-linux/hdw-linux-${ver}/scripts"
+ver="0.3-dev"
+inst_path="/chroot/hdw/hdw-linux-${ver}/scripts"
 
 echo "installing scripts to $inst_path ..."
 
 rm -rf $inst_path
 mkdir -p $inst_path
 
-cvs -d:pserver:anonymous@localhost:/hdw-linux co hdw-linux-${ver}
+cvs -d:pserver:anonymous@right-hand:/hdw-linux co hdw-linux-${ver}
 mv hdw-linux-${ver}/* $inst_path
 chmod -R 755 $inst_path