sindresorhus / delay-cli

Delay execution for a given amount of seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delay-cli

Delay execution for a given amount of seconds

Similar to the sleep command, but cross-platform.

Install

npm install --global delay-cli

Usage

$ delay --help

  Usage
    $ delay <seconds>

  Example
    $ delay 4.3 && echo 🦄

Related

  • delay - API for this module

About

Delay execution for a given amount of seconds

License:MIT License


Languages

Language:JavaScript 100.0%