mirror of
https://github.com/samuelncui/yatm.git
synced 2026-08-29 12:16:55 +00:00
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex;
|
|
|
|
sleep 15
|
|
umount ${MOUNT_POINT}
|
|
sleep 60
|