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