From 75d50b1a44c95de004fcade114c41c71ee557ed1 Mon Sep 17 00:00:00 2001 From: Chris Wiggins Date: Tue, 1 Aug 2023 15:24:14 -0700 Subject: [PATCH] fix: setup symlinks for scripts so brscan will find them --- script/scantoemail.sh | 1 + script/scantofile.sh | 1 + script/scantoimage.sh | 1 + script/scantoocr.sh | 1 + 4 files changed, 4 insertions(+) create mode 120000 script/scantoemail.sh create mode 120000 script/scantofile.sh create mode 120000 script/scantoimage.sh create mode 120000 script/scantoocr.sh diff --git a/script/scantoemail.sh b/script/scantoemail.sh new file mode 120000 index 0000000..36826b0 --- /dev/null +++ b/script/scantoemail.sh @@ -0,0 +1 @@ +scantoemail-0.2.4-1.sh \ No newline at end of file diff --git a/script/scantofile.sh b/script/scantofile.sh new file mode 120000 index 0000000..33f00b8 --- /dev/null +++ b/script/scantofile.sh @@ -0,0 +1 @@ +scantofile-0.2.4-1.sh \ No newline at end of file diff --git a/script/scantoimage.sh b/script/scantoimage.sh new file mode 120000 index 0000000..bfe2ea3 --- /dev/null +++ b/script/scantoimage.sh @@ -0,0 +1 @@ +scantoimage-0.2.4-1.sh \ No newline at end of file diff --git a/script/scantoocr.sh b/script/scantoocr.sh new file mode 120000 index 0000000..105eb99 --- /dev/null +++ b/script/scantoocr.sh @@ -0,0 +1 @@ +scantoocr-0.2.4-1.sh \ No newline at end of file