/ Published in: Bash
Expand |
Embed | Plain Text
#!bin/sh yes | for x in `apt-cache search game | sort | awk 'BEGIN { FS = " - " } { print $1 }'`; do apt-get install $x; done
Comments
Subscribe to comments
You need to login to post a comment.

what new games????