#!/bin/bash # Runs stats for all users nohup for user in `/bin/ls -A /var/cpanel/users` ; do /scripts/runweblogs $user ; done 2>&1 &