start new:
tmux
start new with session name:
tmux new -s myname
| ''' | |
| Tests different methods of concatenating files in Python. | |
| ''' | |
| from __future__ import print_function | |
| import json,os,shutil,subprocess | |
| import util | |
| def verify(file,expected): | |
| count = 0 |