1
0
Fork 0
arangodb/Installation/OBS/load-repo.sh

10 lines
153 B
Bash
Executable File

#!/bin/bash
if test "$1" == ""; then
echo "usage: $0 <obs-server>"
exit 1
fi
wget -r -np "http://$1/repositories/home:/fceller/"
mv "$1" download