mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 00:18:08 +02:00
10 lines
101 B
Bash
Executable File
10 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
LFM=$1
|
|
LRS=$(echo $LFM | sed -e 's/\.lfm$/\.lrs/')
|
|
|
|
./lazres $LRS $LFM
|
|
|
|
# end.
|
|
|