

# Run a bash script on Deadline Cloud
<a name="examples-jb-cli-job"></a>

The [cli\_job](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/job_bundles/cli_job) job bundle submits a multi-line bash script to Deadline Cloud. The script job parameter uses a multi-line edit control, and a data directory job parameter lets you select a directory of data for the script to read from and write to.

Submit the bundle with a data directory:

```
deadline bundle submit job_bundles/cli_job -p DataDir={{~/data_dir}}
```

For a minimal starter that supplements the developer guide farm setup walkthrough, see the [simple\_job](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/job_bundles/simple_job) bundle.

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS Deadline Cloud. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query deadline-cloud` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
