mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 08:55:29 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/sfdk-emulator-exec
Normal file
17
tldr/sfdk-emulator-exec
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user