Skip to content
Snippets Groups Projects
Commit e6112d75 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

examples: interactive.lua: add a shebang and update running instructions

parent e2d6e5b9
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/wireplumber -e
--
-- WirePlumber
--
-- Copyright © 2021 Collabora Ltd.
......@@ -8,10 +10,9 @@
-- This is an example of an interactive script
--
-- Execute with:
-- wireplumber -e /path/to/interactive.lua option1=value1 option2=value2 ...
--
-- Using an absolute path to the script is necessary, otherwise
-- wireplumber will try to locate the script in $WIREPLUMBER_DATA_DIR/scripts
-- wireplumber -e ./interactive.lua option1=value1 option2=value2 ...
-- or:
-- ./interactive.lua option1=value1 option2=value2
-----------------------------------------------------------------------------
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment