diff options
author | Parabola <parabolavnx@nulllenny.dreamhost.com> | 2010-09-17 09:55:19 -0700 |
---|---|---|
committer | Parabola <parabolavnx@nulllenny.dreamhost.com> | 2010-09-17 09:55:19 -0700 |
commit | 49a0260b06f9d24c790631cb4e2a4f63fce3a8c3 (patch) | |
tree | 2bef2b738cb74e354ecbf76697fed65c972ba919 /repo-state |
Upload version
Diffstat (limited to 'repo-state')
-rwxr-xr-x | repo-state | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repo-state b/repo-state new file mode 100755 index 0000000..319db83 --- /dev/null +++ b/repo-state @@ -0,0 +1,11 @@ +#!/bin/sh + +a=$(date +%Y%m%d+%H%M) +mkdir -p $a +cd $a + +. /home/joshpar/programas/arch2parabola/repo-list-diff +# scp parabolavnx@parabolagnulinux.org:~/tmp/rsyncBlacklist.txt ./ + +cd .. +exit 0
\ No newline at end of file |