Files
snek/terminal
retoor c9dd5e41d1 fix: correct file permission for /usr/local/bin/r from -x to +x
The chmod flag for /usr/local/bin/r was incorrectly set to -x (remove execute),
preventing the binary from being run. Changed to +x to grant execute permission,
allowing the r binary to be invoked as intended.
2025-03-22 21:46:19 +00:00
..