7 lines
111 B
Bash
7 lines
111 B
Bash
|
# !/bin/bash
|
||
|
# Run taskwarrior with debug
|
||
|
#
|
||
|
|
||
|
cd /home/emenel/.local/bin/tww/
|
||
|
RUST_LOG=trace ./taskwarrior-web
|