Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created September 24, 2019 18:46
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ingydotnet/99f7e259319f6b90e50a754f3053be7f to your computer and use it in GitHub Desktop.
Save ingydotnet/99f7e259319f6b90e50a754f3053be7f to your computer and use it in GitHub Desktop.
export FOO=Hello
SHELL = $(PWD)/shell
rule:
echo $$FOO
#!/usr/bin/env bash
source env.bash
exec bash "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment