aboutsummaryrefslogtreecommitdiff
path: root/convert.awk
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2025-07-01 22:09:14 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2025-07-01 22:09:14 +0200
commit348a41d890abd7e82103e7cc2baea508fb35de67 (patch)
tree1af6d6b62759be37bcad4314a2c06956a078606a /convert.awk
downloadconstance-ring-348a41d890abd7e82103e7cc2baea508fb35de67.tar.gz
constance-ring-348a41d890abd7e82103e7cc2baea508fb35de67.tar.bz2
constance-ring-348a41d890abd7e82103e7cc2baea508fb35de67.tar.xz
constance-ring-348a41d890abd7e82103e7cc2baea508fb35de67.zip
wip
Diffstat (limited to 'convert.awk')
-rw-r--r--convert.awk12
1 files changed, 12 insertions, 0 deletions
diff --git a/convert.awk b/convert.awk
new file mode 100644
index 0000000..e2248b2
--- /dev/null
+++ b/convert.awk
@@ -0,0 +1,12 @@
+BEGIN {
+ line=0;
+}
+
+NR > 47 {
+ line++;
+ print
+
+# if (line < 40) {
+# break
+# }
+}