mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-06 11:13:56 +08:00
删除无用代码和工具
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user