#!/usr/bin/perl use strict; my $outp=`sudo x2gopgwrapper getservers`; $outp=~s/\|//g; print "$outp";
The Open Build Service is an openSUSE project.