Skip to content

Instantly share code, notes, and snippets.

@STAR-ZERO
Created September 17, 2012 10:52
Show Gist options
  • Select an option

  • Save STAR-ZERO/3736678 to your computer and use it in GitHub Desktop.

Select an option

Save STAR-ZERO/3736678 to your computer and use it in GitHub Desktop.
gitでp4mergeを使うためのシェル
参考:http://d.hatena.ne.jp/clover-leaf/20110126/1296058882
#!/bin/sh
P4MERGE=/Applications/p4merge.app/Contents/MacOS/p4merge
[ $# -eq 7 ] && ${P4MERGE} "$2" "$
#!/bin/sh
P4MERGE=/Applications/p4merge.app/Contents/MacOS/p4merge
${P4MERGE} $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment