Skip to content

Instantly share code, notes, and snippets.

View 00p513-dev's full-sized avatar
💭
Hackergirl

Amy 00p513-dev

💭
Hackergirl
  • source build/envsetup.sh
  • 03:24 (UTC +01:00)
View GitHub Profile
#!/bin/bash
# Script to build futurerestore for GNU/Linux
# tested on Debian 9 and Ubuntu 18.04.
# Install libimobiledevice before running this script
# (https://gist.github.com/matteyeux/d7d8041a41ee8d664aaf5c3b99556ada)
# install liblzfse
git clone https://github.com/lzfse/lzfse.git
make -C lzfse && sudo make -C lzfse install
@williamd1k0
williamd1k0 / linux
Created July 4, 2019 20:02
The GNU/Linux interjection
#!/usr/bin/sh
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "usage: linux [-f/--full]
The GNU/Linux interjection speech is copypasta that was cut together based on Stallman's rant and other pieces of his writings over the years.
optional arguments:
-h, --help show this help message and exit
-f, --full show the entire interjection"
exit