diff --git a/examples/001_hello.py b/examples/001_hello.py deleted file mode 100644 index 3a607ba..0000000 --- a/examples/001_hello.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python -import asyncio - -from shlax import * - - -bash = Script( - Packages('bash'), -)