rt-thread-official/components/dfs/filesystems/uffs/tools/make_package.sh

3 lines
86 B
Bash
Raw Normal View History

2013-01-08 22:40:58 +08:00
#!/bin/sh
git ls-tree --name-only --full-name -r $1 | xargs tar -jcvf uffs-$1.tar.bz2