From b678e5f36bd0422f6ce3e6b0de51337be899e341 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Thu, 28 Jan 2021 23:36:35 +0100 Subject: [PATCH] Apply shfmt --- reStream.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/reStream.sh b/reStream.sh index 7316da5..64e43e9 100755 --- a/reStream.sh +++ b/reStream.sh @@ -1,15 +1,15 @@ #!/bin/sh # default values for arguments -remarkable="10.11.99.1" # remarkable connected through USB -landscape=true # rotate 90 degrees to the right -output_path=- # display output through ffplay -format=- # automatic output format -webcam=false # not to a webcam -measure_throughput=false # measure how fast data is being transferred -window_title=reStream # stream window title is reStream -video_filters="" # list of ffmpeg filters to apply -unsecure_connection=false # Establish a unsecure connection that is faster +remarkable="10.11.99.1" # remarkable connected through USB +landscape=true # rotate 90 degrees to the right +output_path=- # display output through ffplay +format=- # automatic output format +webcam=false # not to a webcam +measure_throughput=false # measure how fast data is being transferred +window_title=reStream # stream window title is reStream +video_filters="" # list of ffmpeg filters to apply +unsecure_connection=false # Establish a unsecure connection that is faster # loop through arguments and process them while [ $# -gt 0 ]; do