mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
6 lines
153 B
Batchfile
Executable file
6 lines
153 B
Batchfile
Executable file
#!/bin/sh
|
|
|
|
# get DC revision under Linux
|
|
$1tools/svn2revisioninc ../ dcrevision.inc --c=dcRevision
|
|
|
|
echo "This command is need for successful exit code"
|