echo -e "2\n" | ./hackingtool.py

This commit is contained in:
Christian Clauss 2023-07-18 11:04:16 +02:00 committed by GitHub
parent a4cc799dfb
commit e87c63e499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,5 @@ jobs:
- run: sudo ./install.sh 1
- run: pwd && ls -hal
# `2` should use the default path /home/hackingtool/
- run: echo "2\n" | hackingtool # Does not take the echoed input
- run: echo "2\n" | ./hackingtool.py
- run: echo -e "2\n" | hackingtool # Does not take the echoed input
- run: echo -e "2\n" | ./hackingtool.py