Pinned Loading
-
delayexec.sh:Cygwin下专用Bash脚本,配合schta...
delayexec.sh:Cygwin下专用Bash脚本,配合schtasks方便快捷从命令行创建Windows任务计划,仅运行一次,支持多种时间格式参数指定运行时间,可调用任何cmd命令和Cygwin下的命令。 1#!/bin/bash
2#Windows计划任务cron脚本,通过任务计划调用Cygwin执行某命令
3## Example:
4## 1. delayexec 3600 tplink #延迟3600秒(1小时)运行tplink
5## 2. delayexec 05:30 tplink #定时5点半运行tplink,自动识别日期,当前时刻早于指定时间,则当天执行,当前时刻晚于指定时间,则次日执行
-
bash/shell调用ffmpeg转wmv为mp4
bash/shell调用ffmpeg转wmv为mp4 1#!/bin/bash
2#调用ffmpeg,转换wmv视频文件为mp4文件
3#资料参考来源:https://superuser.com/questions/73529/how-to-convert-wmv-to-mp4
45SCRIPTPATH=$(realpath $0)
-
shell-scripts
shell-scripts PublicCygwin/WSL/Linux个人常用Shell脚本集,China mirror Repo: https://gitee.com/hexiyou/shell-scripts
Shell 1
-
apt-cyg
apt-cyg PublicForked from transcode-open/apt-cyg
Apt-cyg, an apt-get like tool for Cygwin
Shell
-
autossh
autossh PublicForked from FeeiCN/autossh
Password-free automatic login SSH(免密登陆SSH)
Shell 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.