mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/bash
|
|
|
|
. bash_tap_tw.sh
|
|
|
|
task add description:'start something'
|
|
task | grep something
|