/rainloop/
클론탭 모든 사용자 설정값 가져오기
for user in $(grep /bin/bash /etc/passwd | cut -f1 -d:); do crontab -u $user -l; done