mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-07-30 23:29:03 +02: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/
|