notes-ing2/securite/dm/push.sh
2024-06-21 03:06:51 +02:00

16 lines
196 B
Bash
Executable file

#!/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