You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"This app is only the device-side half of reStream. The companion script for consuming the output of this app can be found at https://github.com/rien/reStream\n"
31
-
printf"The script may need to be adjusted to target /opt/bin/restream instead of \$HOME/restream, or you can create a symlink on your device with\n"
32
-
printf"ln -s /opt/bin/restream \$HOME/restream\n"
29
+
configure() {
30
+
cat << 'MSG'
31
+
32
+
This app is only the device-side half of reStream. The companion script for
33
+
consuming the output of this app can be found at
34
+
<https://github.com/rien/reStream>.
35
+
36
+
The script may need to be adjusted to target '/opt/bin/restream' instead of
37
+
'$HOME/restream', or you can create a symlink on your device with:
0 commit comments