Delete _start_sandbox.sh

pull/2/head
Who? 2024-09-24 17:02:39 +07:00 committed by GitHub
parent b766f87a6b
commit a17ecdf466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
if [ $(uname -m) = "aarch64" ]; then
./isolate_aarch64
elif [ $(uname -m) = "x86_64" ]; then
./isolate_x86-64
elif [ $(uname -m) = "armv7l" ]; then
./isolate_armv7l
fi