Skip to content

Instantly share code, notes, and snippets.

View snth's full-sized avatar

Tobias Brandt snth

View GitHub Profile

Hello

Welcome!

@snth
snth / do_nothing_script.py
Created November 3, 2021 05:10
Procedural version of do nothing script
import sys
def wait_for_enter():
input("Press Enter to continue: ")
def create_ssh_keys(context):
"""Run:
ssh-keygen -t rsa -f ~/{username}
"""
pass