mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
. bash_tap_tw.sh
|
|
|
|
task add description:'start something'
|
|
task | grep something
|