mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
6 lines
192 B
Bash
Executable file
6 lines
192 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sed -i \
|
|
-e "/^:global CommitId/c :global CommitId \"${COMMITID:-unknown}\";" \
|
|
-e "/^:global CommitInfo/c :global CommitInfo \"${COMMITINFO:-unknown}\";" \
|
|
global-functions.rsc
|