From 30aa4ccaafb10707c8da72e734d1f59f2c528ce8 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 18 May 2010 06:32:39 -0400
Subject: [PATCH] - Renamed all php-cli scripts to use .sh extension

---
 bin/decrypt.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/decrypt.php b/bin/decrypt.sh
old mode 100644
new mode 100755
similarity index 94%
rename from bin/decrypt.php
rename to bin/decrypt.sh
index 7ef5a47..51a89e9
--- 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

--
Gitblit v1.9.1