mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
5 lines
178 B
Bash
5 lines
178 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 -name \*.kdevtemplate -print
|