feat(package): sentinèlla: add auth

This commit is contained in:
2025-10-03 02:30:24 +00:00
parent 0eb95197bc
commit 7fd3ba46c9
10 changed files with 346 additions and 186 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/dash
# ImageMagick: scatter plot "by dots" from (x y) data
# - Input: points.txt with "x y" per line (whitespace-separated)
# - Output: plot.png (white bg, black dots). Also draws an optional polyline through points.