mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-23 00:02:16 -05:00
added make_resource_list
git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@173 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
parent
9836d79fd1
commit
d6221eff89
10
make_resources_list
Executable file
10
make_resources_list
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -n resource_list = { \"lang\" : [
|
||||
find ./lang | grep '.py' | sed 's/\.\//"/' | sed 's/$/"/' | tr '\n' ',' | sed 's/.$/], /'
|
||||
echo -n \"layouts\" : [
|
||||
find ./layouts | grep '.py' | sed 's/\.\//"/' | sed 's/$/"/' | tr '\n' ',' | sed 's/.$/], /'
|
||||
echo -n \"style\" : [
|
||||
find ./style | grep '.py' | sed 's/\.\//"/' | sed 's/$/"/' | tr '\n' ',' | sed 's/.$/], /'
|
||||
echo -n \"geom\" : [
|
||||
find ./geom | grep '.py' | sed 's/\.\//"/' | sed 's/$/"/' | tr '\n' ',' | sed 's/.$/]}/'
|
Loading…
x
Reference in New Issue
Block a user