Indefero

Indefero Git Source Tree


Root/scripts/SyncMercurial.sh

1
2
3
4
5
6
7
8
9
10
#!/bin/sh
 
private_notify="/home/indefero/tmp/notify.tmp"
reload_cmd="/usr/sbin/apachectl -k graceful"
 
if [ -e $private_notify ]; then
    rm -f $private_notify
    $reload_cmd
fi
  

Archive Download this file

Page rendered in 0.13638s using 11 queries.