File: case3

package info (click to toggle)
taskd 1.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,580 kB
  • sloc: cpp: 13,971; python: 1,523; sh: 1,052; perl: 610; ansic: 48; makefile: 15
file content (11 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Use Case 3: Client adds two tasks, then syncs.

echo '--- add 1 ---------------------------------------------------------------'
task rc:tw1/rc add One pri:L due:tomorrow +tag1
echo '--- add 1 ---------------------------------------------------------------'
task rc:tw1/rc add Two pri:L +tag2
echo '--- sync 1 --------------------------------------------------------------'
task rc:tw1/rc sync