mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "$0")/.."
|
|
|
|
diskutil unmount build/tmp
|