This commit is contained in:
2026-04-04 17:28:58 +08:00
parent b836392ffb
commit 80291aef7c
90 changed files with 8178 additions and 0 deletions

17
tool/ss-feedback/sender-d Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
HERE=$(dirname $0)
case `uname -m` in
x86_64)
sender_appendix="amd64"
;;
aarch64)
sender_appendix="arm64"
;;
loongarch64)
sender_appendix="loong64"
;;
esac
${HERE}/sender-d-${sender_appendix} $@

BIN
tool/ss-feedback/sender-d-amd64 Executable file

Binary file not shown.

BIN
tool/ss-feedback/sender-d-arm64 Executable file

Binary file not shown.

BIN
tool/ss-feedback/sender-d-loong64 Executable file

Binary file not shown.