mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 15:12:30 +02:00
Update scripts, remove archive once unpacked
This commit is contained in:
parent
faacb00bb8
commit
89ec4b0744
@ -27,6 +27,7 @@ function unpackifnotexists() {
|
||||
local ARCHIVE_NAME=$(echo ${URL} | sed 's/.*\///')
|
||||
test -f "${ARCHIVE_NAME}" || wget -q "${URL}"
|
||||
extract "${ARCHIVE_NAME}"
|
||||
rm -f "${ARCHIVE_NAME}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user