Skip to content

Instantly share code, notes, and snippets.

View kotoOo's full-sized avatar
💜
Coding, drawing, mastering.

Koto kotoOo

💜
Coding, drawing, mastering.
  • Camra Labs
  • Thailand
View GitHub Profile
@kotoOo
kotoOo / system-info-01.txt
Created July 19, 2019 03:57
System Information
Информация о компьютере:
Производитель: Apple
Модель: MacBookPro12,1
Тип: Ноутбук
Сенсорный ввод не поддерживается
Процессор:
Производитель процессора: GenuineIntel
Производитель процессора: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
Семейство процессора: 0x6
#!/bin/sh
# safety subshell to avoid executing anything in case this script is not downloaded properly
(
: "${GHCUP_INSTALL_BASE_PREFIX:=$HOME}"
die() {
(>&2 printf "\\033[0;31m%s\\033[0m\\n" "$1")
exit 2