mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo $(svnversion $1 | sed -e 's/\([0-9]*\).*/\1/')
|
|
|
|
# end.
|
|
|