Skip to content

Instantly share code, notes, and snippets.

@9999years
Created February 27, 2019 22:51
Show Gist options
  • Save 9999years/c30d8efa2f690fa2ab820b474bdc125c to your computer and use it in GitHub Desktop.
Save 9999years/c30d8efa2f690fa2ab820b474bdc125c to your computer and use it in GitHub Desktop.
Command-T Vim plugin build script
Begin { pushd; cd 'ruby/command-t/ext/command-t' }
Process {
/tools/ruby26/bin/ruby ./extconf.rb
/tools/msys64/usr/bin/make
}
End { popd }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment