Skip to content
Snippets Groups Projects
Commit a36bb13e authored by Paulus Kruger's avatar Paulus Kruger
Browse files

start script

parent ba719de9
Branches
Tags
No related merge requests found
def Kelvin2Celsius(T):
return T-273.15;
def period2RMS(T):
if T==0: return 0.
return 60./T;
tmux new -s translators 'cd ~/pypcc;python3 pypcc2.py -p 4840 -c RECVTR' \; \
new-window 'cd ~/pypcc;python3 pypcc2.py -p 4841 -c UNB2TR' \; \
new-window 'cd ~/pypcc;python3 pypcc2.py -p 4842 -c APSPUTR' \; \
new-window 'cd ~/pypcc;python3 pypcc2.py -p 4843 -c APSCTTR' \; \
detach-client
#\
# detach-client
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment