]> git.rmz.io Git - dotfiles.git/blob - bin/old/apt-clean
alias: return error when no arguments given to vim within VIM_TERMINAL
[dotfiles.git] / bin / old / apt-clean
1 #! /bin/bash
2 for pkg in $(aptitude search '~i!~M' -F '%p') ; do
3 echo "--markauto $pkg --"
4 sudo aptitude markauto $pkg
5 done