6 lines
146 B
Text
6 lines
146 B
Text
|
#!/bin/bash
|
||
|
#
|
||
|
CHECK_DIR="/home/sites/public_html/far"
|
||
|
ARGS="--exclude='.svn'"
|
||
|
RECORD_DIR="/home/sites/public_html/far/var/"
|
||
|
RECORD_FILE="egdu.xml"
|