lilalo
diff l3scripts @ 107:54fbf2041159
l3cd
author | devi |
---|---|
date | Fri Aug 04 18:06:09 2006 +0300 (2006-08-04) |
parents | 93281d002ee4 |
children | 0d49f33696b3 |
line diff
1.1 --- a/l3scripts Sat Apr 22 20:32:48 2006 +0300 1.2 +++ b/l3scripts Fri Aug 04 18:06:09 2006 +0300 1.3 @@ -18,6 +18,7 @@ 1.4 ssh $ssh_user@$host 'user=user;grep -q l3-agent /home/${user}/.bash_profile || { echo >> /home/${user}/.bash_profile ; cat /home/${user}/.bash_profile | sed 1s/^/l3-agent\\n/ > /tmp/$$$$l3 ; mv /tmp/$$$$l3 /home/${user}/.bash_profile; chown -R ${user} /home/${user}; }' 1.5 ssh $ssh_user@$host 'cd /tmp; tar xfz Term-VT102*.gz; cd Term-VT102*[^z]; perl Makefile.PL; make ; make install' 1.6 ssh $ssh_user@$host 'cd /tmp; tar xfz Text-Iconv*.gz; cd Text-Iconv*[^z]; perl Makefile.PL; make ; make install' 1.7 +ssh $ssh_user@$host 'echo l3cd=trainings/$course/$date/$host/root > /root/.l3rc ; echo l3cd=trainings/$course/$date/$host/user > /home/user/.l3rc' 1.8 } 1.9 1.10 ###copy-lablogs