mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-22 04:07:59 +01:00
generic script
This commit is contained in:
parent
9d5f0ce10b
commit
ca222ffd29
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/php
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
$dir = dirname(__FILE__);
|
$dir = isset($argv[1]) ? $argv[1] : getcwd();
|
||||||
$dir_files = scandir($dir);
|
$dir_files = scandir($dir);
|
||||||
$files = array();
|
$files = array();
|
||||||
$maxw = 0;
|
$maxw = 0;
|
Loading…
Reference in a new issue