mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2024-11-26 04:21:25 +01:00
47a7425d7c
git-svn-id: trunk@9335 -
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.
|
|
|