diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-01 15:25:38 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-01 15:25:38 -0200 |
| commit | d5e7c04e1884badaf19452a2358dd48d5b21dec8 (patch) | |
| tree | 36526f85c660a0e6ed7fc60929b0ae4bedee52d9 /ztd | |
| parent | 7a64b316478e313bd0ea085ddf3566e3d78fb919 (diff) | |
| download | scripts-d5e7c04e1884badaf19452a2358dd48d5b21dec8.tar.gz scripts-d5e7c04e1884badaf19452a2358dd48d5b21dec8.tar.bz2 | |
Syntax fix
Diffstat (limited to 'ztd')
| -rwxr-xr-x | ztd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ PROJECT="$1" # Try to get there if [ ! -z "$PROJECT" ]; then cd $PROJECT -else if [ ! -d '.git' ]; then +elif [ ! -d '.git' ]; then cd remind ~/.reminders | grep -v '^No reminders.$' status |
