Skip to content

Instantly share code, notes, and snippets.

View mourjo's full-sized avatar
👋

Mourjo Sen mourjo

👋
View GitHub Profile
@mourjo
mourjo / elixir_kubernetes_notes.org
Created March 3, 2022 10:51
Notes of basic definitions (getting started with Elixir and K8s)
@mourjo
mourjo / ec.sh
Created July 26, 2023 11:35
Run emacs from CLI on Mac
#!/bin/sh
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -n "$@"