mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 18:39:26 +08:00
autoCommit
This commit is contained in:
parent
ae794e1430
commit
f3727103e7
18
src/index.js
18
src/index.js
@ -2,7 +2,7 @@
|
||||
* Author : OBKoro1
|
||||
* Date : 2019-12-19 20:23:57
|
||||
* LastEditors : OBKoro1
|
||||
* LastEditTime : 2019-12-20 11:38:26
|
||||
* LastEditTime : 2019-12-20 11:38:56
|
||||
* FilePath : /autoCommit/index.js
|
||||
* Description : 自动commit
|
||||
* https://github.com/OBKoro1
|
||||
@ -23,16 +23,12 @@ class autoCommit {
|
||||
this.commit();
|
||||
}
|
||||
commit() {
|
||||
try {
|
||||
this.myExecSync(
|
||||
`sudo systemsetup -setusingnetworktime off && sudo systemsetup -setdate 09/02/19 && sudo systemsetup -setusingnetworktime on`
|
||||
);
|
||||
} catch (err) {
|
||||
this.myExecSync(`sudo visudo && koro ALL = NOPASSWD: /sbin/poweroff, /sbin/start, /sbin/stop`)
|
||||
this.myExecSync(
|
||||
`sudo systemsetup -setusingnetworktime off && sudo systemsetup -setdate 09/02/19 && sudo systemsetup -setusingnetworktime on`
|
||||
);
|
||||
}
|
||||
this.myExecSync(
|
||||
`sudo visudo && koro ALL = NOPASSWD: /sbin/poweroff, /sbin/start, /sbin/stop`
|
||||
);
|
||||
this.myExecSync(
|
||||
`sudo systemsetup -setusingnetworktime off && sudo systemsetup -setdate 09/02/19 && sudo systemsetup -setusingnetworktime on`
|
||||
);
|
||||
this.myExecSync(
|
||||
`git add . && git commit -m 'autoCommit' && git pull && git push`
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user