1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-07-01 08:10:57 +02:00
tmux-fingers/scripts/debug.sh

8 lines
98 B
Bash
Raw Normal View History

2016-04-30 00:35:52 +02:00
#!/bin/bash
DIRNAME="$(dirname "$0")"
function log() {
echo "$1" >> $DIRNAME/../fingers.log
}