blobby: wrap to create the configs in $HOME without user actions

This commit is contained in:
Michael Raskin
2016-10-31 18:37:57 +01:00
parent ea92304a6a
commit f6c61ebe3d
2 changed files with 22 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
#! @shell@
test -d ~/.blobby || {
mkdir ~/.blobby
cp -r "@out@/share/blobby"/* ~/.blobby
chmod u+w -R ~/.blobby
( cd ~/.blobby; for i in *.zip; do @unzip@/bin/unzip "$i"; done )
}
@out@/bin/blobby.bin