> ## Documentation Index
> Fetch the complete documentation index at: https://e2b-mintlify-f20480e6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Readycmd

### wait\_for\_port

```python theme={null}
def wait_for_port(port: int)
```

Generate a command to wait for a port to be available.

### wait\_for\_url

```python theme={null}
def wait_for_url(url: str, status_code: int = 200)
```

Generate a command to wait for a URL to return a specific status code.

### wait\_for\_process

```python theme={null}
def wait_for_process(process_name: str)
```

Generate a command to wait for a process to be running.

### wait\_for\_file

```python theme={null}
def wait_for_file(filename: str)
```

Generate a command to wait for a file to exist.

### wait\_for\_timeout

```python theme={null}
def wait_for_timeout(timeout: int)
```

Generate a command to wait for a specified duration.
