mirror of
https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot
synced 2024-11-09 13:42:38 +01:00
5 lines
140 B
Bash
5 lines
140 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
eval $(ssh-agent)
|
||
|
python3 /data/project/phabbot/phabbot/new_wikis_handler.py /data/project/phabbot/phabbot/creds.json 10000000
|