[READ-ONLY] Mirror of https://github.com/mrgnw/scripts.
0

Configure Feed

Select the types of activity you want to include in your feed.

scripts / logp
111 B 4 lines
1#!/usr/bin/env zsh 2 3log_path=${2:-"$HOME/.log/$1.log"} 4/usr/bin/log stream --level debug -p "$1" > "$log_path"