UNPKG

horas

Version:

A simple CLI app to manage local daily tasks notation files.

5 lines (4 loc) 106 B
import { execSync } from "child_process"; export function exec(command) { return execSync(command); }