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