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
|