z
This commit is contained in:
14
update/data/skins/packskins.sh
Normal file
14
update/data/skins/packskins.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd default
|
||||
tar cvzf ../default.tar.gz * --exclude=.svn --exclude=.git
|
||||
|
||||
cd ../power_user
|
||||
tar cvzf ../power_user.tar.gz * --exclude=.svn --exclude=.git
|
||||
|
||||
cd ../enhanced
|
||||
tar cvzf ../enhanced.tar.gz * --exclude=.svn --exclude=.git
|
||||
|
||||
cd ..
|
||||
|
||||
exit 0;
|
||||
Reference in New Issue
Block a user