summaryrefslogtreecommitdiffstats
path: root/debian-pkgs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian-pkgs.sh')
-rwxr-xr-xdebian-pkgs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian-pkgs.sh b/debian-pkgs.sh
new file mode 100755
index 0000000..6a4a385
--- /dev/null
+++ b/debian-pkgs.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+apt-cache pkgnames | sort | uniq > debian.pkgs
+