This commit is contained in:
JOLIMAITRE Matthieu 2024-06-21 03:06:51 +02:00
parent 08933e3529
commit 303c31a179
4 changed files with 35 additions and 6 deletions

View file

@ -1,5 +1,16 @@
#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
echo "checks compile"
cd pcap_analyzer
cargo build
cd ..
echo "pushing"
git add .
git commit -m "dm secu"
git push
git add .
git commit -m "dm secu"
git push