mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 21:02:43 +02:00
10 lines
116 B
Bash
10 lines
116 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# Author: Mattias Gaertner
|
|
|
|
find . -name '*.mo' -exec echo -n $(basename {}) " " \;
|
|
|
|
|
|
# end.
|
|
|