From 4565fd0980a2dbac5bf759314f882469dd6f9384 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Fri, 11 Jan 2013 05:36:52 +0000 Subject: [PATCH] + add linux shells. --- bin/shell/backup.sh | 1 + bin/shell/checkdb.sh | 1 + bin/shell/computeburn.sh | 1 + 3 files changed, 3 insertions(+) create mode 100755 bin/shell/backup.sh create mode 100755 bin/shell/checkdb.sh create mode 100755 bin/shell/computeburn.sh diff --git a/bin/shell/backup.sh b/bin/shell/backup.sh new file mode 100755 index 0000000000..d9a1aa3681 --- /dev/null +++ b/bin/shell/backup.sh @@ -0,0 +1 @@ +php ../php/backup.php diff --git a/bin/shell/checkdb.sh b/bin/shell/checkdb.sh new file mode 100755 index 0000000000..46754b233d --- /dev/null +++ b/bin/shell/checkdb.sh @@ -0,0 +1 @@ +php ../php/checkdb.php diff --git a/bin/shell/computeburn.sh b/bin/shell/computeburn.sh new file mode 100755 index 0000000000..aca58d0abc --- /dev/null +++ b/bin/shell/computeburn.sh @@ -0,0 +1 @@ +php ../php/computeburn.php