Skip to content

Commit

Permalink
Add the .sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva committed Jan 12, 2025
1 parent 539e0b9 commit 856cfd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ps_asn_anomalies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
date
python ps_asn_anomalies.py
rc=$?; if [[ $rc != 0 ]]; then
echo "problem running ps-alarms-meta. Exiting."
exit $rc
fi

0 comments on commit 856cfd8

Please sign in to comment.