]> wagnertech.de Git - SVBaL.git/commitdiff
gitarre
authorMichael Wagner <michael@wagnertech.de>
Mon, 26 May 2025 09:24:07 +0000 (11:24 +0200)
committerMichael Wagner <michael@wagnertech.de>
Mon, 26 May 2025 09:24:07 +0000 (11:24 +0200)
Test/FitnessePages/DjangoTest/.dummy [new file with mode: 0644]
Test/FitnessePages/content.txt [new file with mode: 0644]
Test/FitnessePages/properties.xml [new file with mode: 0644]
Test/bin/create-test-export [new file with mode: 0755]

diff --git a/Test/FitnessePages/DjangoTest/.dummy b/Test/FitnessePages/DjangoTest/.dummy
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/Test/FitnessePages/content.txt b/Test/FitnessePages/content.txt
new file mode 100644 (file)
index 0000000..990fb6f
--- /dev/null
@@ -0,0 +1 @@
+!contents -R2 -g -p -f -h
\ No newline at end of file
diff --git a/Test/FitnessePages/properties.xml b/Test/FitnessePages/properties.xml
new file mode 100644 (file)
index 0000000..72aa2b6
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<properties>
+       <Edit>true</Edit>
+       <Files>true</Files>
+       <Properties>true</Properties>
+       <RecentChanges>true</RecentChanges>
+       <Refactor>true</Refactor>
+       <Search>true</Search>
+       <Versions>true</Versions>
+       <WhereUsed>true</WhereUsed>
+</properties>
diff --git a/Test/bin/create-test-export b/Test/bin/create-test-export
new file mode 100755 (executable)
index 0000000..05ef991
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+if [ $# -lt 1 ]; then
+       echo "usage: create-test-export INPUT"
+       exit 1
+fi
+head -1 $1 > TestExport.csv
+grep 14962 $1 >> TestExport.csv
+grep 19603 $1 >> TestExport.csv
+grep 76491 $1 >> TestExport.csv
+grep 76441 $1 >> TestExport.csv
+grep 75987 $1 >> TestExport.csv
+grep 75723 $1 >> TestExport.csv
+grep 14965 $1 >> TestExport.csv
+grep 14964 $1 >> TestExport.csv
+grep 76736 $1 >> TestExport.csv
+
+# remove BOM
+sed -i $'1s/^\uFEFF//' TestExport.csv