File: pear

package info (click to toggle)
php-console-table 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 128 kB
  • ctags: 127
  • sloc: php: 492; xml: 363; makefile: 10; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#! /bin/sh
mv Console_Table-*/Table.php .
pear run-tests Console_Table-*/tests
exit=$?
mv Table.php Console_Table-*
exit $exit