mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 01:49:28 +00:00
7 lines
177 B
Bash
7 lines
177 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
sed \
|
||
|
|
-e "/^:global CommitId/c :global CommitId \"${COMMITID:-unknown}\";" \
|
||
|
|
-e "/^:global CommitInfo/c :global CommitInfo \"${COMMITINFO:-unknown}\";" \
|
||
|
|
< "${1}"
|