#!/bin/bash

chown nobody:nogroup ../shared
cp -rf ../shared/gfx ../admin
cp -rf ../shared/gfx ../client

