kde-l10n/update.sh
2014-12-09 15:07:02 +00:00

7 lines
135 B
Bash
Executable file

#!/bin/bash
for i in *;do
if [ -d "$i" ];then
echo "macro_optional_add_subdirectory ( $i )" >> CMakeLists.txt
fi
done