Merge pull request #315 from eugeneandrienko/update-readme-fix2

Fix Linux-specific line in the update-readme.sh script
This commit is contained in:
Javier Olaechea 2025-07-27 21:42:48 -05:00 committed by GitHub
commit 326725802f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
sed '/# --/q' README.org > tmpReadme