From 542c123bcbb177b7a038c00e9a9f18a8e54f057f Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Fri, 13 Mar 2020 00:31:20 +0000 Subject: [PATCH] use tee properly --- dotfiles/profiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/profiler.sh b/dotfiles/profiler.sh index a6a02c0..cbe32a1 100755 --- a/dotfiles/profiler.sh +++ b/dotfiles/profiler.sh @@ -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