Seemingly simple shell commands taking forever

2012-01-20 Thread techwhizbang
I am using lein run -m to execute a simple database preparation task. I issue 2 very simple commands that execute very fast on their on own when executed in the shell. They also appear to execute very fast based on the print output to stdout. However, the problem is that after executing the 2 cloju

Re: Seemingly simple shell commands taking forever

2012-01-21 Thread techwhizbang
Thanks Phil, that was it exactly. Duly noted! On Jan 20, 2:28 pm, Phil Hagelberg wrote: > techwhizbang writes: > > I am using lein run -m to execute a simple database preparation task. > > I issue 2 very simple commands that execute very fast on their on own > > when execut