「IronRuby」の版間の差分
imported>Administrator |
imported>Administrator |
||
| 42行目: | 42行目: | ||
<source lang="bash"> | <source lang="bash"> | ||
$ cd bin/Release | $ cd bin/Release | ||
$ for f in *.exe *.dll; do \ | $ for f in *.exe *.dll *.config; do \ | ||
install | install $f /opt/ironruby; \ | ||
done | done | ||
</source> | </source> | ||