Fork me on GitHub

Organizations

@github @rss
1 results for elgato
  • Difficulty level: Not too easy and not too hard
    images/featured-image.png
    If you want to include a bash - script in the Elgato stream deck, then you need a bash script first. Step 1: Create Bash script: I create a file named “say-hallo.sh” with the following content: #!/bin/bash say "hallo" Step 2: Set rights The following command makes the file executable: x – + Terminal $ chmod 755 say-hallo.sh Step 3: Include bash script in the deck 3.
    bash elgato skript stream-deck Created Fri, 07 Feb 2020 00:00:00 +0000