You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
echo -e "2\n" | ./hackingtool.py
This commit is contained in:
4
.github/workflows/test_install.yml
vendored
4
.github/workflows/test_install.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user