1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-28 07:40:57 +02:00
tmux-fingers/scripts/debug.sh
2016-04-30 00:58:58 +02:00

8 lines
98 B
Bash
Executable File

#!/bin/bash
DIRNAME="$(dirname "$0")"
function log() {
echo "$1" >> $DIRNAME/../fingers.log
}