flex.pl #1

  • //
  • guest/
  • perforce_software/
  • p4flexclone/
  • demo/
  • flex.pl
  • View
  • Commits
  • Open Download .zip Download (142 B)
#!/usr/local/bin/perl -w

use strict;
use warnings;

# Add some magic here...

print( "action: RESPOND\n" );
print( "message: \n" );
exit(0);
# Change User Description Committed
#2 13607 Paul Allen Added logging to out.log file and test commands...

$ p4 flex create foo
running a flex clone create on 'foo'

$ p4 flex client foo.ws1
todo
#1 13267 Paul Allen #review-13268 simple 'p4 flex' broker demo.