Add script to update NEWS from wiki

This commit is contained in:
Koichiro Iwao 2024-04-19 11:56:38 +09:00
parent 3329f60318
commit 7ea81186c6

4
scripts/update_news.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
curl https://raw.githubusercontent.com/wiki/neutrinolabs/xrdp/NEWS-v0.10.md > \
$(git rev-parse --show-superproject-working-tree --show-toplevel | head -1)/NEWS.md