删除无用代码和工具

This commit is contained in:
2026-07-16 16:56:40 +08:00
parent 2f93ff9727
commit 7278153ec9
40 changed files with 0 additions and 4229 deletions
-17
View File
@@ -1,17 +0,0 @@
#!/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} $@
Binary file not shown.
Binary file not shown.
Binary file not shown.