Remove old example

This commit is contained in:
jpic 2020-02-14 20:23:04 +01:00
parent 2e94928aef
commit 535aa797b5

View File

@ -1,9 +0,0 @@
#!/usr/bin/env python
import asyncio
from shlax import *
bash = Script(
Packages('bash'),
)