]> git.rmz.io Git - dotfiles.git/blobdiff - bin/apti-clean
cleaning up bin
[dotfiles.git] / bin / apti-clean
diff --git a/bin/apti-clean b/bin/apti-clean
deleted file mode 100755 (executable)
index 1c858ad..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/bash
-for pkg in $(aptitude search '~i!~M' | cut -d " " -f 4) ; do
-  echo "-- markauto $pkg --"
-  sudo aptitude markauto $pkg
-done