add file
This commit is contained in:
8
build_files/remove_elf.sh
Normal file
8
build_files/remove_elf.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
for f in $(ls ./)
|
||||||
|
do
|
||||||
|
if [[ $(file -b $f | grep "ELF 64-bit") ]]
|
||||||
|
then
|
||||||
|
rm -v $f
|
||||||
|
fi
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user