文件操作 - .travis.yml
返回文件管理
返回主菜单
删除本文件
文件: /root/php-malware-finder/.travis.yml
编辑文件内容
language: c addons: apt: packages: - devscripts - fakeroot - debhelper install: - git clone --depth 1 https://github.com/plusvic/yara.git yara3 - cd yara3 - bash ./build.sh - ./configure - make - cp ./yara ../php-malware-finder/ - cd .. script: - make tests - make deb
修改文件时间
将文件时间修改为当前时间的前一年
删除文件