view paste/paste.16839 @ 5461:1747ab989893

<oerjan> le/rn ocean/The Pacific Ocean is half the world and surrounded by fire. The Atlantic Ocean is less cool than its giant underwater mountain range. The Arctic Ocean is cold. The Indian Ocean is full of typhoons and non-Eurocentric shipping.
author HackBot
date Sun, 07 Jun 2015 16:36:01 +0000
parents b73baf16f3be
children
line wrap: on
line source

::::::::::::::
?
::::::::::::::
#!/bin/sh
topic=$(echo "$1" | tr A-Z a-z)
[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
cat "wisdom/$topic"

::::::::::::::
@
::::::::::::::
#!/usr/bin/perl -w
$_ = join " ", @ARGV; if (s/^([^ ]*) +([^ ]*) +//) { print "$1: "; exec $2, $_; }
::::::::::::::
1l
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/1l/1l_a.bin
::::::::::::::
2l
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/2l/2li.bin
::::::::::::::
adjust
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/adjust/adjust.bin
::::::::::::::
asm
::::::::::::::
#!/bin/sh
. lib/interp
interp_file "./interps/gcccomp/gcccomp assembler"
::::::::::::::
axo
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/axo/axopp.0.1.0.bin
::::::::::::::
bch
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/egobch/src/egobchi
::::::::::::::
befunge
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/befunge/bef.bin
::::::::::::::
befunge98
::::::::::::::
#!/bin/sh
. lib/interp
interp_file "./interps/cfunge/cfunge -S"
::::::::::::::
bf
::::::::::::::
#!/bin/sh
. lib/interp

# Get the bitwidth from the command
BW=`echo "$CMD" | sed 's/bf//'`
if [ "$BW" = "" ] ; then BW=8 ; fi

interp_file ./interps/egobf/src/egobfi$BW
::::::::::::::
bf16
::::::::::::::
#!/bin/sh
. lib/interp

# Get the bitwidth from the command
BW=`echo "$CMD" | sed 's/bf//'`
if [ "$BW" = "" ] ; then BW=8 ; fi

interp_file ./interps/egobf/src/egobfi$BW
::::::::::::::
bf32
::::::::::::::
#!/bin/sh
. lib/interp

# Get the bitwidth from the command
BW=`echo "$CMD" | sed 's/bf//'`
if [ "$BW" = "" ] ; then BW=8 ; fi

interp_file ./interps/egobf/src/egobfi$BW
::::::::::::::
bf8
::::::::::::::
#!/bin/sh
. lib/interp

# Get the bitwidth from the command
BW=`echo "$CMD" | sed 's/bf//'`
if [ "$BW" = "" ] ; then BW=8 ; fi

interp_file ./interps/egobf/src/egobfi$BW
::::::::::::::
boolfuck
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/boof/boof
::::::::::::::
c
::::::::::::::
#!/bin/sh
. lib/interp
interp_file "./interps/gcccomp/gcccomp $1"
::::::::::::::
cintercal
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/c-intercal/c-intercal
::::::::::::::
clcintercal
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/clc-intercal/clc-intercal
::::::::::::::
cxx
::::::::::::::
#!/bin/sh
. lib/interp
interp_file "./interps/gcccomp/gcccomp c++"
::::::::::::::
dimensifuck
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/dimensifuck/dimensifuck.py
::::::::::::::
forth
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/gforth_quit/gforth_quit
::::::::::::::
glass
::::::::::::::
#!/bin/sh
. lib/interp
interp_file "./interps/glass/glass ./interps/glass/cache"
::::::::::::::
glypho
::::::::::::::
#!/bin/sh
. lib/interp
interp_file_java ./interps/glypho Glypho
::::::::::::::
haskell
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/ghc/runghc
::::::::::::::
k
::::::::::::::
#!/bin/sh
echo '!"#$%^&*      0123456789'
::::::::::::::
kipple
::::::::::::::
#!/bin/sh
. lib/interp
interp_stdin ./interps/kipple/cipple.bin
::::::::::::::
lambda
::::::::::::::
#!/bin/sh
. lib/interp
interp_stdin ./interps/lambda/lambda.py
::::::::::::::
lazyk
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/lazyk/lazy.bin
::::::::::::::
linguine
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/linguine/linguine.py
::::::::::::::
malbolge
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/malbolge/malbolge.bin
::::::::::::::
pbrain
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/pbrain/pbrain.bin
::::::::::::::
qbf
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/qbf/qbf.py
::::::::::::::
rail
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/rail/rail
::::::::::::::
rhotor
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/rhotor/rhotor-hi
::::::::::::::
sadol
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/sadol/BDSM2
::::::::::::::
sceql
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/sceql/sceql-0.1.bin
::::::::::::::
sh
::::::::::::::
#!/bin/sh
. lib/interp
interp_file /bin/bash
::::::::::::::
trigger
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/trigger/trigger.bin
::::::::::::::
udage01
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/udage/switch.bin
::::::::::::::
underload
::::::::::::::
#!/bin/sh
. lib/interp
interp_file "./interps/underload/underload.bin -o"
::::::::::::::
unlambda
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/unlambda/unlambda.bin
::::::::::::::
whirl
::::::::::::::
#!/bin/sh
. lib/interp
interp_file ./interps/whirl/whirlinterp.py