@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/usr/bin/env sh -e
watchman watch-del-all 2> /dev/null || true
rm -rf "$TMPDIR/react-packager-*" || true
curl --location http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz | tar -x -z -C $HOME