diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-18 10:32:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-18 10:32:39 +0000 |
| commit | 8f9cefe790d2e9a5fe35d908a480a3bd4d857c8c (patch) | |
| tree | c93fd260421c70222a1184b9a8ef5b5bd49e8682 /roundcubemail/bin | |
| parent | b065ddd7ed6a888e3d34f138a766ffdfd55ecb4d (diff) | |
- Renamed all php-cli scripts to use .sh extension
git-svn-id: https://svn.roundcube.net/trunk@3628 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/bin')
| -rwxr-xr-x | roundcubemail/bin/cleandb.sh (renamed from roundcubemail/bin/cleandb.php) | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | roundcubemail/bin/decrypt.sh (renamed from roundcubemail/bin/decrypt.php) | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | roundcubemail/bin/dumpschema.sh (renamed from roundcubemail/bin/dumpschema.php) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/bin/cleandb.php b/roundcubemail/bin/cleandb.sh index 79d0b6510..51746446a 100755 --- a/roundcubemail/bin/cleandb.php +++ b/roundcubemail/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/roundcubemail/bin/decrypt.php b/roundcubemail/bin/decrypt.sh index 7ef5a470a..51a89e903 100644..100755 --- a/roundcubemail/bin/decrypt.php +++ b/roundcubemail/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/roundcubemail/bin/dumpschema.php b/roundcubemail/bin/dumpschema.sh index b9a76e419..5afcb7cf5 100644..100755 --- a/roundcubemail/bin/dumpschema.php +++ b/roundcubemail/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 | |
