x-way / update_serials.sh

0 喜欢
0 派生
1 文件
最后活跃于 10 months ago
1 #!/bin/bash
2
3 sed -i -e "s/[0-9]\{10\}/$(date +%10s)/" "$@"
上一页 下一页