#!/bin/bash
for file in /etc/backupsblow/*.cfg; do
nice -n 19 /usr/local/bin/backupsblow.pl $file
done
"I have sworn upon the altar of God eternal hostility against every form of tyranny over the mind of man." --Thomas Jefferson
#!/bin/bash
for file in /etc/backupsblow/*.cfg; do
nice -n 19 /usr/local/bin/backupsblow.pl $file
done
| © 2002-2008 Brandon Low | 293 hits since April 21, 2007 |