Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 541 Bytes

Linux-Bash

目录

  • init-system   初始化系统相关脚本
  • service     系统服务自启动管理
  • vim       自定义VIM配置

脚本

  • autologin.py  北科大校园网模拟网页登录脚本
  • learn-shell.sh shell命令学习
  • super-order.sh 一些有意思的命令
  • xchmod.sh 为指定目录下.py & .sh 文件添加可执行权限
  • 将脚本拷贝至/usr/local/bin(注意$PATH是否包含此路径)下,可直接调用:
    • cp xchmod.sh /usr/local/bin/xchmod
    • xchmod