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