mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +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"
|
|
|