rename sehistory service to feeder
however, the name of the sehistory repo containing the feeder is kept
This commit is contained in:
8
bin/feeder
Executable file
8
bin/feeder
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
from os.path import expanduser
|
||||
sys.path.append(expanduser('~'))
|
||||
from servicemanager import run
|
||||
|
||||
run('feeder', sys.argv[1:])
|
||||
Reference in New Issue
Block a user