4 lines
150 B
Bash
Executable file
4 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
echo "dolphin-memory-lib requires sudo permission to read and write to the emulator process memory."
|
|
sudo python collision.py
|
|
read -n1 -r
|