Skip to content

EasyShells, 旨在更方便的使用Linux系统,简化复杂操作

Notifications You must be signed in to change notification settings

devcxl/EasyShells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyShell

EasyShells, 旨在更方便的使用Linux系统,简化复杂操作

一个脚本能搞定的事,为什么还要敲那么多命令?

目录

merge

这个脚本主要功能就是将脚本项目中由#deps:标注依赖的脚本与main.sh合并为一个release脚本。

用来减少不必要的工作量,优化脚本编写体验,就像Python的导包一样,非常舒服。

以下是一些示例:

  • 合并frpinstall并输出到releases目录

    bash merge -d frpinstall -release frpinstall

  • 合并keygen并运行'keygen server -C root@192.168.1.1'

    bash merge -d keygen -r 'server -C root@192.168.1.1'

About

EasyShells, 旨在更方便的使用Linux系统,简化复杂操作

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages