Using grml would be easier to prepare but only works from legacy (BIOS) boot and does not come with systemd-nspawn.
A future task would be to add statelessness to the USB stick and enable boot to RAM.
| import argparse | |
| import getpass | |
| import sys | |
| from atproto import Client | |
| parser = argparse.ArgumentParser( | |
| prog='add_to_list', | |
| description='Add handles from a textfile to a bluesky list') | |
| parser.add_argument('--user', required=True) |
Using grml would be easier to prepare but only works from legacy (BIOS) boot and does not come with systemd-nspawn.
A future task would be to add statelessness to the USB stick and enable boot to RAM.
| import argparse | |
| from datetime import date, datetime | |
| import subprocess | |
| import shlex | |
| import sys | |
| import time | |
| import requests | |
| from requests.api import request |
| layout=""" | |
| ######## | |
| # ###E0# | |
| #1E # | |
| ######## | |
| """ | |
| str = str(create_layout(layout, food=[(1, 1)], bots=[(1, 2), (1, 2)], enemy=[(1, 1), (1, 1)])) | |
| assert str == """ | |
| ######## |