root
public text v1 · immutable#!/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" ]