$ for i in gg*; do echo "--"; echo $i; cat $i; done -- gg_ec #!/bin/bash egencache --update --repo=gentoo --jobs=6 -- gg_pull #!/bin/bash cd /data/gentoo git pull --rebase=preserve origin master -- gg_push #!/bin/bash cd /data/gentoo git push --signed origin master -- gg_update #!/bin/bash echo "Running gg_pull:" time $HOME/bin/gg_pull || exit echo "Running cache generation" time $HOME/bin/gg_ec || exit