guitar-player

apt_get_install

Mar 10th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #! /bin/csh -f
  2.  
  3.  
  4. set linea=`cat programas.txt | cut -d" " -f3`
  5. set i=0
  6. set max=2547
  7. sudo apt-get update && sudo apt-get -y dist-upgrade
  8. for:
  9.     #echo $linea[$i]
  10.     apt-get -y install $linea[$i]
  11.     @ i ++
  12.    
  13. if ($i < $max) goto for
Advertisement
Add Comment
Please, Sign In to add comment