mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
473 B
Plaintext
18 lines
473 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk emulator exec
|
|
|
|
> Execute a command on an emulator.
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
|
|
|
|
- Execute a command on an emulator:
|
|
|
|
`sfdk emulator exec {{emulator}} {{command}}`
|
|
|
|
- Run an interactive shell on an emulator:
|
|
|
|
`sfdk emulator exec {{emulator}}`
|