All pastes #1981374 Raw Edit

root

public text v1 · immutable
#1981374 ·published 2010-11-04 07:30 UTC
rendered paste body
#!/bin/sh## runparts.sh by macsat@macsat.com# intended for use with cron## based on rc.unslung by unslung guys :-)#if [ -z "$1" ]thenecho "Usage : $0 /path/to/dir/with/scripts"exitfiRUNDIR=$1"/*"for i in $RUNDIR ;do# Ignore dangling symlinks (if any).[ ! -f "$i" ]