Page MenuHomeWickedGov Phorge

remotecheck.sh
No OneTemporary

Size
554 B
Referenced Files
None
Subscribers
None

remotecheck.sh

#!/usr/bin/env bash
if [ ! -e "scripts/remotes/gerrit.py" ]
then
mkdir -p scripts/remotes
echo 'Installing GerritCommandLine tool'
curl -o scripts/remotes/gerrit.py https://raw.githubusercontent.com/jdlrobson/GerritCommandLine/master/gerrit.py
chmod +x scripts/remotes/gerrit.py
fi
if [ ! -e "scripts/remotes/message.py" ]
then
mkdir -p scripts/remotes
echo 'Installing Message tool'
curl -o scripts/remotes/message.py https://raw.githubusercontent.com/jdlrobson/WikimediaMessageDevScript/master/message.py
chmod +x scripts/remotes/message.py
fi

File Metadata

Mime Type
text/x-shellscript
Expires
Wed, Aug 19, 02:40 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
31/80/f7f39933851b81f548ec635f7998
Default Alt Text
remotecheck.sh (554 B)

Event Timeline