mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 11:47:36 +08:00
4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
[ -L "/usr/bin/grctl" ] || ln -s /usr/local/bin/rainbond-grctl /usr/bin/grctl |