mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 08:39:33 +00:00
4 lines
151 B
Bash
Executable File
4 lines
151 B
Bash
Executable File
#! /bin/bash
|
|
|
|
sleep 5
|
|
curl --data "build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" -sS "http://v3.bdn.parabot.org/api/bot/create/client" >/dev/null |