.source pull

This commit is contained in:
Christine Dodrill 2015-11-04 17:11:00 -08:00
parent 82425de058
commit f339bf5613
1 changed files with 5 additions and 0 deletions

View File

@ -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"