getOpenEulerSRCs.sh 199 字节
Newer Older
P
Peng Zhou 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/bash

source globals.inc
set -e

#if false; then
mkdir -p $DOWN_SRCS_DIR
pushd $DOWN_SRCS_DIR
wget -r -np -nH -R index.html $DOWN_SRCS_DIR
popd
#fi

echo 'Finish download SRPMS of openEuler!'