# | Line 17 | Line 17 | import os, sys, re | |
---|---|---|
17 | ## print arg | |
18 | ||
19 | #sys.argv[1] will have the first argument | |
20 | < | tmpfile = '/tmp/joshmt/onlyLast_py_' |
20 | > | tmpfile = '.onlyLast_py_' |
21 | mypid = os.getpid() | |
22 | tmpfile += `mypid` | |
23 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |