0b4c769f10
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2015 bbd45198-f89e-11dd-88c7-29a3b14d5316
3 lines
88 B
Bash
3 lines
88 B
Bash
#!/bin/sh
|
|
|
|
git ls-tree --name-only --full-name -r $1 | xargs tar -jcvf uffs-$1.tar.bz2 |