dm secu
This commit is contained in:
parent
08933e3529
commit
303c31a179
4 changed files with 35 additions and 6 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue