5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Temporary directory to be used on ChromeOS devices.
|
|
|
|
echo "/tmp"
|