initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:04:47 +00:00
commit d646c300cb
1587 changed files with 184610 additions and 0 deletions

7
server/extractPic.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Param1 -> name of the JSON-tag
# Param2 -> name of the input file
# Param3 -> name of the output file
grep "\"$1\":" "$2" | awk -F '"' '{ print $4; }' | base64 -d > $3