Skip to content

Instantly share code, notes, and snippets.

@puneetlakhina
Created June 6, 2012 18:03
Show Gist options
  • Save puneetlakhina/2883637 to your computer and use it in GitHub Desktop.
Save puneetlakhina/2883637 to your computer and use it in GitHub Desktop.
Create an empty perforce changelist
#!/bin/bash
p4 change -o | grep '^\(Change\|Client\|User\|Description\)' | sed "s/Description:/Description:$1/" | p4 change -i | cut -d ' ' -f 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment