This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import contextlib | |
import sys | |
from shutil import rmtree | |
import time | |
from pathlib import Path | |
from uuid import uuid4 | |
from aiofile import AIOFile | |
from aiofiles import open as aio_open |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# ONLY FOR DEBIAN, NOT FOR UBUNTU! | |
# ONLY FOR DEBIAN, NOT FOR UBUNTU! | |
# ONLY FOR DEBIAN, NOT FOR UBUNTU! | |
# ONLY FOR DEBIAN, NOT FOR UBUNTU! | |
# ONLY FOR DEBIAN, NOT FOR UBUNTU! | |
set -eux pipefail |