#WinActivateForce ; Script config. Do NOT change value here, might working inproperly! global Version := "v20200909" ; The version number of this script global FishAddress := "0xF1ABCC" ; The memory address for fishing ; Tooltip settin…
一.自动备份Mysql脚本: 如下脚本为mysql自动备份脚本,仅供参考,可以根据实际情况修改. #!/bin/sh #auto backup mysql #wugk #Define PATH定义变量 BAKDIR=/data/backup/mysql/`date +%Y-%m-%d` MYSQLDB=webapp MYSQLPW=backup MYSQLUSR=backup #must use root user run scripts 必须使用root用户运行,$UID为系统变量 if […