Last active
August 29, 2015 14:01
-
-
Save lgw4/68972f686f0b624d8ee8 to your computer and use it in GitHub Desktop.
Wrapper script for getting a package list on a Debian-based Linux system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
dpkg --get-selections | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment