Skip to content

Instantly share code, notes, and snippets.

@mbergal
Created October 20, 2020 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbergal/ca811da90c00f6d2a92b8ff5e1646b8e to your computer and use it in GitHub Desktop.
Save mbergal/ca811da90c00f6d2a92b8ff5e1646b8e to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
echo $1
pushd $(dirname $1) >/dev/null
yarn > /dev/null
yarn ts-node $*
popd > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment