mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
7 lines
217 B
Bash
7 lines
217 B
Bash
|
#!/bin/bash
|
||
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
||
|
cd personnal-data-export-navigator;
|
||
|
zip -r personnal-data-export-navigator.zip assets Export.html
|
||
|
mv personnal-data-export-navigator.zip ../
|