summaryrefslogtreecommitdiff
path: root/bin/dmg
diff options
context:
space:
mode:
authorNicholas Van Doorn <vandoorn.nick@gmail.com>2021-08-04 18:12:54 -0700
committerNicholas Van Doorn <vandoorn.nick@gmail.com>2021-08-17 10:47:48 -0700
commit6af4ba943f6b73e31a0b2bd0262d953a2e954ddb (patch)
tree0cf7b1d160d0671eeacb66004433b63572b96ebd /bin/dmg
Initial commit
Diffstat (limited to 'bin/dmg')
-rwxr-xr-xbin/dmg4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/dmg b/bin/dmg
new file mode 100755
index 0000000..b30c302
--- /dev/null
+++ b/bin/dmg
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+hdiutil create -fs HFS+ -srcfolder "$1" -volname "$2" "$2.dmg"
+