tmux-fingers/scripts/debug.sh

8 lines
98 B
Bash
Executable File

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