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