#!/usr/bin/env dash fstart0start_new_task() { task_id="$1" fstop0stop_current_task task start "$task_id" }