Skip to content

Instantly share code, notes, and snippets.

@chhe
chhe / tmux-cheatsheet.markdown
Last active March 22, 2017 21:22 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@chhe
chhe / packages.sh
Created December 30, 2017 17:23 — forked from nshtg/packages.sh
Missing Cygwin/MSYS2 packages
#!/usr/bin/env bash
# Install re2c
cd /tmp &&
git clone --depth 1 https://github.com/skvadrik/re2c.git &&
cd re2c/re2c &&
./autogen.sh &&
./configure --prefix=/usr &&
make -j$(nproc) && make install &&
rm -rf /tmp/re2c
From 1dcd892b45f557d2c4f8a4326772262a526bf6dd Mon Sep 17 00:00:00 2001
From: shinchiro <shinchiro@users.noreply.github.com>
Date: Sat, 23 Nov 2019 22:41:11 +0800
Subject: [PATCH] loader: cross-compile & static linking hacks
---
loader/CMakeLists.txt | 14 +++++++-------
loader/loader.c | 6 +++++-
loader/loader.h | 3 +++
loader/loader.rc | 5 ++++-