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