kde-l10n/update.sh
2015-07-25 16:14:56 +03:00

7 lines
134 B
Bash
Executable file

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