Skip to content

Instantly share code, notes, and snippets.

View rkulla's full-sized avatar

Ryan Kulla rkulla

  • Southern California
View GitHub Profile
@caglar
caglar / gitsh.pl
Created January 22, 2011 20:29
a simple interactive git shell
#!/usr/bin/perl
package gitsh;
use strict;
use warnings;
use base qw(Term::Shell);
use constant PRE_VCS => "git";
use constant PRE_MAN => "man";
@hugs
hugs / playing with phpsh + selenium rc
Created February 15, 2009 19:41
Using a PHP interactive prompt utility with Selenium RC makes it easier to debug Selenium tests.
* Download and open Selenium RC from seleniumhq.org
* Download and install phpsh from phpsh.org
[terminal-1$ sudo ln -s /home/ubuntu/Apps/phpsh/phpsh /usr/local/bin/phpsh
* Start Selenium RC Server (in a new terminal window)
[terminal-2]$ cd /home/ubuntu/Apps/selenium-remote-control-1.0-beta-2/
[terminal-2]$ cd selenium-server-1.0-beta-2/
[terminal-2]$ java -jar selenium-server.jar