Parent Directory
|
Revision Log
|
Revision Graph
Updating HEAD with the latest version of 5.x-1.x
| 1 | #!/usr/bin/env php |
| 2 | <?php |
| 3 | require('dbscripts.module'); |
| 4 | if (in_array('help', $_SERVER['argv'])) { |
| 5 | print dbscripts_help('dump'); |
| 6 | } else { |
| 7 | $options = dbscripts_get_options($_SERVER['argv']); |
| 8 | print dbscripts_dump($options['file'],$options['filter']); |
| 9 | } |
| 10 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |