mirror of
https://github.com/samuelncui/yatm.git
synced 2025-12-23 06:15:22 +00:00
6 lines
60 B
Bash
Executable File
6 lines
60 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex;
|
|
|
|
sleep 2
|
|
umount ${MOUNT_POINT}
|