1 2 3 4 5 6 7
#!/usr/bin/env dash fstart0start_new_task() { task_id="$1" fstop0stop_current_task task start "$task_id" }