tmux-fingers/tmux-fingers.tmux

9 lines
271 B
Plaintext
Raw Normal View History

2020-05-02 11:45:56 +02:00
#!/usr/bin/env ruby
2020-05-02 11:45:56 +02:00
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"`
2021-01-02 19:06:27 +01:00
`tmux run-shell -b "#{fingers_root}/bin/fingers check_version #{redirect_to_log_file}"`