Skip to content
John Budde edited this page Apr 28, 2021 · 4 revisions

What is this Wiki?

  • @harario would like us to develop a knowledge repository. Maybe this would work? [20210421 JPB]

Examples

Here is a way to share code

#!/bin/bash

if [ $? -lt 1 ]; then
  echo "no parameters given"
fi

I can put in a hyperlink here too, to the same code on github (this example is a secret gist, not a repo, but any link will work) https://gist.github.com/buddej/a8cb13b32f34e3b2f167623368b86528

It probably makes more sense to link directly to the file in the repo, if it is a permanent file
e.g. Dockerfile

Links to the Wiki

Here is a link to the Table of Contents

Clone this wiki locally