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