forked from openkylin/bovo
5 lines
177 B
Bash
5 lines
177 B
Bash
|
#! /bin/sh
|
||
|
#This file outputs in a separate line each file with a .desktop syntax
|
||
|
#that needs to be translated but has a non .desktop extension
|
||
|
find themes -name themerc -print
|