1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-21 06:56:43 +02:00
tmux-fingers/scripts/debug.sh
2016-05-02 21:15:29 +02:00

11 lines
240 B
Bash
Executable File

#!/usr/bin/env bash
# Source this file and call `tail -f fingers.log` when you don't know WTF is
# going on.
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
function log() {
echo "$1" >> "$CURRENT_DIR/../fingers.log"
}