This website works better with JavaScript.
Home
Explore
Help
Sign In
leiyun
/
crontab_backup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
自动保存90的crontab
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
304 MiB
Shell
100%
Tree:
535141abb0
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '535141abb0'
${ noResults }
crontab_backup
/
gitrun.sh
7 lines
93 B
Raw
Blame
History
#!/bin/sh
cd /home/crontab_backup
git add .
git commit -m "crontab备份"
git push
# 保存