6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Temporary directory to be used on Android devices.
|
||
|
|
|
||
|
|
echo "/data/local/tmp"
|