mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-02 03:15:50 +01:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION=`git describe --long | sed "s/-.*//"`
|
|
|
|
./ghr ${VERSION} bin/
|