]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
updated
authorc vw <dl1ycf@darc.de>
Thu, 28 Nov 2019 16:31:46 +0000 (17:31 +0100)
committerc vw <dl1ycf@darc.de>
Thu, 28 Nov 2019 16:31:46 +0000 (17:31 +0100)
MacOS/pihpsdr.sh

index 53ee2954ebc95795330f55c3d3a48433166eb19a..56b0095cc0e8b661705984a2a76381d6c0cd7b55 100755 (executable)
@@ -8,9 +8,6 @@
 # A full-fledged wrapper here would set dozens of
 # environment variables.
 #
-#
-# Use $HOME/.pihpsdr as the working dir,
-# copy hpsdr.png to that location
 
 this=`dirname $0` 
 
@@ -19,12 +16,20 @@ this=`dirname $0`
 #
 cd $HOME
 
+#
+# This is a standard MacOS location
+#
 localdir="$HOME/Library/Application Support/piHPSDR"
 
-echo $localdir > $HOME/test.out
-
 mkdir -p "$localdir"
 cd       "$localdir"
 
+#
+# Copy HPSDR icon to local work directory
+#
 cp $this/../Resources/hpsdr.png .
+
+#
+# Finally, start the program
+#
 exec $this/pihpsdr-bin