LaundrySorcery

git clone git://xatko.vsos.ethz.ch/LaundrySorcery.git
Log | Files | Refs

laundrysorcery_cluster.in (185B)


      1 #!/bin/bash
      2 
      3 LOG_FILE="/var/log/laundrysorcery.log"
      4 CLUSTER_FILE="WWWDIR/clusters"
      5 
      6 sed '/^[0-9]\+ [0-9]\+$/!d' "${LOG_FILE}"  | /usr/local/bin/laundryclustery -- - > "${CLUSTER_FILE}"