5 lines
No EOL
137 B
Bash
5 lines
No EOL
137 B
Bash
#!/bin/bash
|
|
|
|
COMMIT="$(git describe --always)"
|
|
|
|
echo -n "$COMMIT" | tee Client/src/main/resources/commit Loader/src/main/resources/commit |