kopia lustrzana https://github.com/c9/core
add mising plugin templates
rodzic
a8352aa8de
commit
feb5f72067
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in * ; do
|
||||
if [ -d "$i" ]; then
|
||||
echo $i "-------------";
|
||||
tar -zcvf "$i".tar.gz -- "$i" ;
|
||||
fi
|
||||
done
|
Ładowanie…
Reference in New Issue