Skip to content

Instantly share code, notes, and snippets.

@PartTimeLegend
Created May 1, 2015 21:15
Show Gist options
  • Save PartTimeLegend/eb43f081cf004cf319df to your computer and use it in GitHub Desktop.
Save PartTimeLegend/eb43f081cf004cf319df to your computer and use it in GitHub Desktop.
for line in `testdb | cut -d: -f2 | sed s"/ //g"`; do
pacman -S $line
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment