9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. bash_tap_tw.sh
|
|
|
|
task add first project:someday
|
|
task add second project:bar
|
|
|
|
task project:someday list | grep first
|