文件操作 - update-authors.sh
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/atom/resources/app/apm/node_modules/npm/scripts/update-authors.sh
编辑文件内容
#!/bin/sh git log --use-mailmap --reverse --format='%aN <%aE>' | perl -wnE ' BEGIN { say "# Authors sorted by whether or not they\x27re me"; } print $seen{$_} = $_ unless $seen{$_} ' > AUTHORS
修改文件时间
将文件时间修改为当前时间的前一年
删除文件