mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 06:43:17 +00:00
18 lines
398 B
Plaintext
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}}`
|