.source pull
This commit is contained in:
parent
82425de058
commit
f339bf5613
|
@ -1,5 +1,10 @@
|
|||
import os
|
||||
|
||||
from util import hook
|
||||
|
||||
@hook.command
|
||||
def source(inp):
|
||||
if inp == "pull":
|
||||
os.system("git pull")
|
||||
return "updating..."
|
||||
return "my source code: https://git.xeserv.us/xena/h"
|
||||
|
|
Loading…
Reference in New Issue