summaryrefslogtreecommitdiff
blob: f64a11b68a642848cc0a2d3e52a6734c1a405213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- wspr.py.orig	2014-06-24 19:13:55.000000000 +0200
+++ wspr.py	2014-06-24 19:14:43.000000000 +0200
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 #-------------------------------------------------------------------- WSPR
 # $Date: 2014/06/26 09:15:53 $ $Revision: 1.1 $
 #
--- wspr.orig	2014-06-24 18:57:00.000000000 +0200
+++ wspr	2014-06-24 19:09:50.000000000 +0200
@@ -1,2 +1,7 @@
-LD_LIBRARY_PATH=./lib 
-python -O wspr.py
+#!/bin/sh
+if [ ! -e ~/.wspr ] ; then
+	mkdir ~/.wspr
+	mkdir ~/.wspr/save
+fi
+cd ~/.wspr
+/usr/bin/wspr.py