]> git.rmz.io Git - dotfiles.git/blob - bin/mvtor.cron
lazyvim: absorb snacks dashboard
[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