10 lines
99 B
Python
10 lines
99 B
Python
#!/usr/bin/env python
|
|
import asyncio
|
|
|
|
from shlax import *
|
|
|
|
|
|
bash = Script(
|
|
Packages('bash'),
|
|
)
|