74c816832a
For files that are desktop-like but do not have a .desktop extension
4 lines
175 B
Bash
4 lines
175 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 \*.kwinrules -print
|