summaryrefslogtreecommitdiff
path: root/zip_clients.sh
blob: 7d97d51fc4ffa2da9a9b1869710656e75a7e3a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash

DIR="$( cd "$( dirname "$0" )" && pwd )"
cd $DIR
#source ../bin/activate
source bin/activate

cd client_static/scilab_codes/
find -iname run | xargs rm
find -iname run.vbs | xargs rm
find -iname *~ | xargs rm
find -iname sbhsclient* | xargs rm
find -iname 20*.txt | xargs rm
find -iname settings.txt | xargs rm
find -iname clientread.sce | xargs rm
find -iname clientwrite.sce | xargs rm
cd ../../
python manage.py zip_client
python manage.py collectstatic