changeset 870 | 739039774cee |
parent 869 | 81ee93b87258 |
child 905 | 15973df32613 |
869:81ee93b87258 | 870:739039774cee |
---|---|
266 |
266 |
267 // pre-2.5.0 ammonite |
267 // pre-2.5.0 ammonite |
268 // import ammonite.ops._ |
268 // import ammonite.ops._ |
269 |
269 |
270 // post 2.5.0 ammonite |
270 // post 2.5.0 ammonite |
271 import $ivy.`com.lihaoyi::os-lib:0.8.0` |
271 // import os._ |
272 |
272 |
273 |
273 |
274 @main |
274 @main |
275 def main(fname: String) = { |
275 def main(fname: String) = { |
276 val path = os.pwd / fname |
276 val path = os.pwd / fname |