We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7017cec commit 82c9d58Copy full SHA for 82c9d58
entrypoint.sh
@@ -1,7 +1,6 @@
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"
+cd /usr/bin/
+python main.py "$1"
7
echo "Spam Check Finished!"
0 commit comments