view paste/paste.16839 @ 9554:23f43464694e

<Zarutian> le/rn Frams\xc3\xb3knarflokkurinn/A, now defunct, political party in Iceland. Like its sister party Sj\xc3\xa1lfst\xc3\xa6\xc3\xb0isflokkurinn it is named by the antonym of what it is. (The name means the Progressive Party but they have nearly always been highly regressive). Think dumb Hill-Billies in ill fitting suits and you get their constiuents.
author HackBot
date Sun, 30 Oct 2016 14:33:24 +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