Skip to content

Instantly share code, notes, and snippets.

@loicnestler
Created May 12, 2021 10:08
Show Gist options
  • Save loicnestler/d623399e3854f0f12dc94720d6900dd2 to your computer and use it in GitHub Desktop.
Save loicnestler/d623399e3854f0f12dc94720d6900dd2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env zx
await $`cat package.json | grep name`
let branch = await $`git branch --show-current`
await $`dep deploy --branch=${branch}`
await Promise.all([
$`sleep 1; echo 1`,
$`sleep 2; echo 2`,
$`sleep 3; echo 3`,
])
let name = 'foo bar'
await $`mkdir /tmp/${name}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment