mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION="mbedtls"
|
|
git checkout -b "$VERSION"
|
|
git push --set-upstream origin "$VERSION"
|
|
|