Skip to content

Instantly share code, notes, and snippets.

@psychoslave
psychoslave / ruby watch.md
Last active May 30, 2022 09:18
A collection of resources pertaining to Ruby echosystem
@psychoslave
psychoslave / gist:1f4b5626c6276dd5b82a5ec8fe03edfa
Created April 11, 2020 13:03
A shell/javascript polyglot programs
#!/usr/bin/env sh
# Taken from https://stackoverflow.com/a/34534006/1307778
':' //; exec "$(command -v gjs)" "$0" "$@"
~function(){ ... }