mirror of
https://github.com/samuelncui/yatm.git
synced 2026-05-31 19:36:23 +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
|