mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
8 lines
90 B
Bash
Executable File
8 lines
90 B
Bash
Executable File
for i in `ls`
|
|
do
|
|
for j in `grep -L "^$i$" CMakeLists.txt`
|
|
do
|
|
echo $i
|
|
done
|
|
done
|