#!/bin/bash # Must use gsed on Mac if [[ "$OSTYPE" == "darwin"* ]] then export SED=`which gsed` else export SED=`which sed` fi if [ ! -x "$SED" ] then echo "Sed not found, install gsed on Mac or sed on Linux" exit 1 fi ource.dussan.org/svg.js.git/atom/.documentup.json?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/.documentup.json
blob: ccf71a67de20b3ac6a2c856f60aa479858f15961 (plain)
1
2
3
4
5
6
7
8
{
  "twitter": [
    "svg_js"
  ],
  "travis": false,
  "issues": true,
  "theme":  "v1"
}