Export portage fetch url for aria2c

#!/bin/sh
# fetch portage packages using aria2c
emerge -upfDN world | egrep "[ht|f]tp:\/\/" | tr " " "\t" | sed "/^$/d" > world_fetch_url.txt
aria2c -i world_fetch_url.txt
#
#Evil, huh?

0 comments:

Post a Comment

| More

Twitter Updates