Skip to content

Instantly share code, notes, and snippets.

@msnoigrs
Created October 9, 2013 15:28
Show Gist options
  • Save msnoigrs/6903088 to your computer and use it in GitHub Desktop.
Save msnoigrs/6903088 to your computer and use it in GitHub Desktop.
einstalled.sh
#!/bin/bash
emerge -pvuND $(cd /var/db/pkg/ && ls -d */* | sed -e 's/\(.*\)-\([0-9\.]\+\).*/\1/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment