.. index:: timeout (command)

.. _command_timeout:

timeout - wait for a specified timeout
======================================

Usage
^^^^^
``timeout [-acrs] SECONDS``

Synopsis
^^^^^^^^
Wait SECONDS for a timeout. Return 1 if the user intervented.

Options
^^^^^^^
-a
 interrupt on any key
-c
 interrupt on Ctrl-C
-r
 interrupt on RETURN
-s
 silent mode

.. generated from: /ptx/work/dude/WORK_A/sha/backup/barebox/website_barebox_org/barebox/commands/timeout.c
.. command function: do_timeout