File: pear

package info (click to toggle)
php-console-table 1.3.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: php: 498; xml: 414; 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