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