8 lines
119 B
Bash
8 lines
119 B
Bash
|
#!/bin/sh
|
||
|
DIR=$(dirname "$(readlink -f "$0")")
|
||
|
. "$DIR/../env.sh"
|
||
|
|
||
|
|
||
|
makeinstallrepo https://gitee.com/klesh/st.git st
|
||
|
|