Initial commit from Ventoy@7cbdc5c

This commit is contained in:
2026-08-23 00:38:40 -04:00
commit e9a7a16826
2848 changed files with 439164 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#! /bin/sh
# run a vblade daemon using a logger process
# output is directed to syslogd
#
sh -c "`dirname $0`/vblade $* < /dev/null 2>&1 | logger -t vbladed" &