1#!/bin/bash
2
3# Temporary directory to be used on Android devices.
4
5echo "/data/local/tmp"
6