Skip to content

Instantly share code, notes, and snippets.

View iseki0's full-sized avatar
💭
Miku my life!

iseki iseki0

💭
Miku my life!
View GitHub Profile
@mohanpedala
mohanpedala / bash_strict_mode.md
Last active April 29, 2025 19:13
set -e, -u, -o, -x pipefail explanation
@adamvr
adamvr / extract-uimage.sh
Created July 13, 2011 05:20
Script for extracting a uimage
#!/bin/sh
#
# Copyright (C) 2010 Matthias Buecher (http://www.maddes.net/)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# http://www.gnu.org/licenses/gpl-2.0.txt