1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
tmux-fingers/tmux-fingers.tmux

9 lines
271 B
Bash
Executable File

#!/usr/bin/env ruby
fingers_root = File.dirname(__FILE__)
redirect_to_log_file = ">>#{fingers_root}/fingers.log 2>&1"
`tmux run-shell -b "#{fingers_root}/bin/fingers load_config"`
`tmux run-shell -b "#{fingers_root}/bin/fingers check_version #{redirect_to_log_file}"`