Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source #11

Open
C1ph3R-s opened this issue Jun 20, 2023 · 3 comments
Open

source #11

C1ph3R-s opened this issue Jun 20, 2023 · 3 comments

Comments

@C1ph3R-s
Copy link

Hi,

Do you have any guide for the install from source? or any prerequisite list?

I got this when I wanna execute like that:
./tic-taac.sh -h
Error: Could not find or load main class com.github.rusakovichma.tictaac.Launcher
Caused by: java.lang.ClassNotFoundException: com.github.rusakovichma.tictaac.Launcher

Thanks

@StefWe
Copy link
Contributor

StefWe commented Nov 19, 2023

You can download the latest CLI from github in the releases section.
Unzip and then exce the cmd ./bin/tic-taac.sh -h

@pentestguy
Copy link

@StefWe When I am running that getting the below error.

./tic-taac.sh -h
/usr/bin/env: ‘sh\r’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines

@StefWe
Copy link
Contributor

StefWe commented Apr 17, 2024

@pentestguy can you test a small example and create a test.sh file with the following content

#!/usr/bin/env sh
echo "hello"

make it executable with chmod +x test.sh and execute it.
Is this working or did you get an error as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants