Skip to content

Instantly share code, notes, and snippets.

View Flamefork's full-sized avatar

Ilia Ablamonov Flamefork

View GitHub Profile
class C45b < Formula
desc "Tool for communicating with the Chip45 AVR bootloader"
homepage "https://github.com/bullestock/c45b"
head "https://github.com/bullestock/c45b.git"
depends_on "qt@4" => :build
def install
system "qmake", "PREFIX=#{prefix}"
system "make"
@Flamefork
Flamefork / mesh-problem.sh
Created October 13, 2023 19:46
mesh-primitives-problem
#!/bin/bash
cd ~
mkdir mesh
cd mesh
cat <<EOF > package.json
{
"scripts": {
"dev": "mesh dev"
},