Skip to content

Instantly share code, notes, and snippets.

@bloodearnest
Last active July 29, 2016 08:16
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 bloodearnest/df86e261bb2947ff1f1372b3b5ec3c9c to your computer and use it in GitHub Desktop.
Save bloodearnest/df86e261bb2947ff1f1372b3b5ec3c9c to your computer and use it in GitHub Desktop.
.ONESHELL:
python: private SHELL=python
python:
for i in range(10):
print('OMG!')
def f(x):
print(x)
f('this is awesome')
test:
@echo sh still the default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment