use tee properly

This commit is contained in:
Tristan Rowley
2020-03-13 00:31:20 +00:00
parent 593c97dec2
commit 542c123bcb

View File

@@ -2,5 +2,5 @@
# launcher.sh
sleep 2
xmodmap ~/r_e_c_u_r/dotfiles/.remap &
python3 -m cProfile ~/r_e_c_u_r/r_e_c_u_r.py | tee >profile.output
python3 -m cProfile ~/r_e_c_u_r/r_e_c_u_r.py | tee profile.output