最后活跃于 1 month ago

Linux 服务器环境初始化

修订 31b8d0e778cc05d00c09708829080a8d1576fabe

init.sh 原始文件
1#!/usr/bin/env bash
2
3main() {
4
5}
6
7main "$@"