Skip to content

Instantly share code, notes, and snippets.

View sergejx's full-sized avatar

Sergej Chodarev sergejx

View GitHub Profile
@eddiewebb
eddiewebb / readme.md
Last active June 24, 2024 02:21
Hugo JS Searching with Fuse.js
@sergejx
sergejx / build.sh
Created January 20, 2010 13:11
Build anything
#!/bin/bash
# Compile file with right tool based on file extension.
# If Makefile exists in direcotory, then run make.
function run() {
echo $@
$@
}
function find_tex_master() {