We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abc701 commit 7017cecCopy full SHA for 7017cec
entrypoint.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh -l
2
3
echo "Running Spam Check on the message: $1"
4
+pwd
5
+ls -l
6
python /usr/bin/main.py "$1"
7
echo "Spam Check Finished!"
0 commit comments