source: trunk/examples/pbs_script.sh @ 292

Last change on this file since 292 was 292, checked in by bas, 11 years ago

added examples pbs_script.sh, must be used mom_priv config

  • Property svn:executable set to *
File size: 160 bytes
Line 
1#!/bin/bash
2
3if [ -f /etc/node_status/reboot_event ]
4then
5    cat /etc/node_status/reboot_event | while read line
6    do
7        echo "EVENT:$line"
8    done
9fi
Note: See TracBrowser for help on using the repository browser.