. */ class show_result implements pts_option_interface { public static function run($r) { $URL = pts_find_result_file($r[0]); if($URL != false) { pts_run_shell_script("pts-core/scripts/launch-browser.sh", $URL); } else { echo "\n" . $r[0] . " was not found.\n"; } } } ?>