Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/csh -f
- set linea=`cat programas.txt | cut -d" " -f3`
- set i=0
- set max=2547
- sudo apt-get update && sudo apt-get -y dist-upgrade
- for:
- #echo $linea[$i]
- apt-get -y install $linea[$i]
- @ i ++
- if ($i < $max) goto for
Advertisement
Add Comment
Please, Sign In to add comment