Files
cheatsheet-tldr/tldr/sfdk-emulator-exec
2025-04-03 00:18:34 +00:00

18 lines
398 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://docs.sailfishos.org/Tools/Sailfish_SDK/FAQ/#emulator>.
- Execute a command on an emulator:
`sfdk emulator exec {{emulator}} {{command}}`
- Run an interactive shell on an emulator:
`sfdk emulator exec {{emulator}}`