💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › gen.sh.gmi captured on 2023-07-10 at 15:56:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

git-off

Log

Files

Refs

README

gen.sh (170B)

     1 #! /usr/bin/env bash
     2 
     3 NAME=git-off
     4 echo "#! /usr/bin/env node" > src/$NAME
     5 coffee --compile --print --bare --no-header src/gitoff.coffee >> src/$NAME
     6 chmod 755 src/$NAME