summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-05-18 10:32:39 +0000
committeralecpl <alec@alec.pl>2010-05-18 10:32:39 +0000
commit30aa4ccaafb10707c8da72e734d1f59f2c528ce8 (patch)
tree8ef6c9d5627c1463ad0ef3534e6eca8430b73586 /bin
parent677e1f26fe47cc0c3e0819cb99a9024af49a619c (diff)
- Renamed all php-cli scripts to use .sh extension
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cleandb.sh (renamed from bin/cleandb.php)2
-rwxr-xr-x[-rw-r--r--]bin/decrypt.sh (renamed from bin/decrypt.php)4
-rwxr-xr-x[-rw-r--r--]bin/dumpschema.sh (renamed from bin/dumpschema.php)2
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/cleandb.php b/bin/cleandb.sh
index 79d0b6510..51746446a 100755
--- a/bin/cleandb.php
+++ b/bin/cleandb.sh
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
- | bin/cleandb.php |
+ | bin/cleandb.sh |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2010, RoundCube Dev. - Switzerland |
diff --git a/bin/decrypt.php b/bin/decrypt.sh
index 7ef5a470a..51a89e903 100644..100755
--- a/bin/decrypt.php
+++ b/bin/decrypt.sh
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
- | bin/decrypt.php |
+ | bin/decrypt.sh |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |
@@ -37,7 +37,7 @@
*
* Using this tool, they can be decrypted into plain text:
*
- * $ bin/decrypt_received.php 'my0nUbjZXKtl7KVBZcsvWOxxtyVFxza4' \
+ * $ bin/decrypt.sh 'my0nUbjZXKtl7KVBZcsvWOxxtyVFxza4' \
* > 'DzgkvJBO5+bw+oje5JACeNIa/uSI4mRw2cy5YoPBba73eyBmjtyHnQ=='
* 84.3.187.208
* 5403BBD0.catv.pool.telekom.hu
diff --git a/bin/dumpschema.php b/bin/dumpschema.sh
index b9a76e419..5afcb7cf5 100644..100755
--- a/bin/dumpschema.php
+++ b/bin/dumpschema.sh
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
- | bin/dumpschema.php |
+ | bin/dumpschema.sh |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |