Skip to content

Instantly share code, notes, and snippets.

@siutin
Created August 22, 2022 17:26
Show Gist options
  • Select an option

  • Save siutin/5a5a6073a6e3cda6a4b33da3608ea836 to your computer and use it in GitHub Desktop.

Select an option

Save siutin/5a5a6073a6e3cda6a4b33da3608ea836 to your computer and use it in GitHub Desktop.
#!/bin/bash
LEFT=$1
RIGHT=$2
BASE=$2
OUT=$2
echo $LEFT
echo $RIGHT
echo $BASE
echo $OUT
$PATH_TO_RUBYMINE/bin/rubymine.sh merge "$LEFT" "$RIGHT" "$BASE" "$OUT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment