summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_shell.php
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Embed pts_location_test() into constructor ofMichael Larabel2008-12-121-2/+2
| | | | pts_test_tandem_XmlReader()
* pts-core: Add pts-functions_io.php and pts-functions_global.phpMichael Larabel2008-12-041-0/+39
|
* pts-core: Remove old un-used files and installed files prior toMichael Larabel2008-11-301-3/+10
| | | | installing/reinstalling a test
* pts-core: Add support for detecting and reporting the desktopMichael Larabel2008-11-261-13/+1
| | | | environment / version in use
* pts-core: Fixes in FreeBSD 7 supportMichael Larabel2008-11-191-3/+6
|
* pts-core: Standardize sw_* functionsMichael Larabel2008-11-171-0/+83
|
* pts-core: Rename display_web_browser() -> pts_display_web_browser()Michael Larabel2008-11-171-1/+1
|
* pts-core: Various small tweaks to pts-coreMichael Larabel2008-11-011-1/+13
|
* pts-core: Reorder a few functionsMichael Larabel2008-10-301-0/+26
|
* pts-core: Add -L argument to curl to follow download linksMichael Larabel2008-10-301-1/+1
|
* pts-core: Add pts_run_shell_script() for extracting a sh script thatMichael Larabel2008-10-261-0/+9
| | | | abstracts the shell_exec command
* pts-core: Add pts_extract_file() for extracting a tar file thatMichael Larabel2008-10-261-1/+23
| | | | abstracts the shell_exec command
* pts-core: Add pts_move_file() function for moving a file that abstractsMichael Larabel2008-10-261-0/+4
| | | | the shell_exec command
* pts-core: Move some abstracted shell commands to newMichael Larabel2008-10-261-0/+85
pts-functions_shell.php file