Tagged Questions
1
vote
2answers
271 views
How can I execute a script on the SD card and be able to pass arguments to it?
I tried executing a script on the sdcard as is because on FAT, everything is 777.
./.profile
./.profile: permission denied
I added this as the initial command for the Android shell and it executes ...