aboutsummaryrefslogtreecommitdiffstats
path: root/get_tw_completion_by_project.sh
blob: 99a3e3a30e9cdaecdf5a173b808bb331c60d2c0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#

if [ ! -n "$1" ] || [ $1 == "help" ]
then
    echo "You must pass a parameter to this script."
    echo "e.g. ./get_tw_completion_by_project.sh PROJECT DATE(ISO)"
fi

TASK=task
PROJECT=$1
SINCE=$2

$TASK project:"${PROJECT}" end.after:${SINCE} completed