Skip to content

Instantly share code, notes, and snippets.

View phiekl's full-sized avatar

Philip Eklöf phiekl

  • Gothenburg, Sweden
View GitHub Profile
@phiekl
phiekl / floppy-wipe.sh
Created January 8, 2025 20:47
floppy-wipe.sh
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2025 Philip Eklöf
#
# SPDX-License-Identifier: MIT
syntax()
{
cat << EOF
usage: $0 -b
@phiekl
phiekl / floppy-bak.sh
Created January 8, 2025 20:46
floppy-bak.sh
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2025 Philip Eklöf
#
# SPDX-License-Identifier: MIT
syntax()
{
cat << EOF
usage: $0 -b -d
@phiekl
phiekl / swecovid.py
Last active June 22, 2021 23:56
./swecovid.py -p 7,14,21
#!/usr/bin/python3
import argparse
import json
import requests
import datetime
def arg_parse():
parser = argparse.ArgumentParser()
#!/bin/bash
# cloudflare_domains.sh/pixnion/2017-02-25
# input domains to check on stdin or as cmdline arguments
die()
{
printf '%s\n' "$1"
exit 1
}