]> git.rmz.io Git - dotfiles.git/blob - bin/mvtor.cron
mutt: treat googlegroups as lists and don't autosign
[dotfiles.git] / bin / mvtor.cron
1 #!/bin/bash
2
3 if [ "$(ls -A $1)" ]; then
4 # echo "$1 is not empty"
5 mv $1/* $2
6 #else
7 # echo "$1 is empty"
8 fi