GenLongString
This script geneatares a string of letters of a given lengh. Useful for e.g. testing software.
Requirements
- php5-cli
Tested on Linux.
The script (version 1.0.0)
genlongstring.php (line 1)
- #!/usr/bin/php -q
- <?php
- /*
- GenLongString - generate a string of a given length
- Copyright (C) 2016 Ćukasz "Cyber Killer" Korpalski
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- {
- for($i=1;$i<=$_SERVER["argv"][1];$i++)
- {
- }
- }
- else
- {
- }
- ?>
Just click grab to save the file, or copy&paste it yourself to your favorite editor. Remember to add executable permissions.
License
This program is under the GNU GPL v3 or later.
CategoryProjekty
There are no comments on this page. [Add comment]