mirror of
https://github.com/rsms/inter.git
synced 2024-11-24 13:38:45 +03:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "$0")/.."
|
|
|
|
diskutil unmount build/tmp
|