mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
143 B
Bash
6 lines
143 B
Bash
|
#!/bin/sh -e
|
||
|
cd ${0%/*}
|
||
|
trap "mv depend.$$ depend" 0 2
|
||
|
${RUBY-ruby} -i.$$ -pe 'exit if /^win32_vk/' depend
|
||
|
${GEM-gem} build io-console.gemspec
|