This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
nick="tircsh" | |
channel=testchan | |
server=irc.freenode.net | |
config=/tmp/irclog | |
[ -n "$1" ] && channel=$1 | |
[ -n "$2" ] && server=$2 | |
config="${config}_${channel}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Hello, World." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install xorriso live-build syslinux squashfs-tools | |
mkdir ~/livework && cd ~/livework | |
debootstrap --arch=amd64 wheezy chroot | |
cd ~/livework | |
chroot chroot | |
export PACKAGES="screen netcat nmap wicd wicd-curses ruby-full emacs xinit xorg xterm dwm git openssh-server vim emacs-goodies-el vlc alsa-base alsa-utils wpasupplicant slashem mednafen bsdgames transmission-cli" | |
mount none -t proc /proc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#-------------------------------------------------------------------------------# | |
# FUNNELBOT!!! - a whole bunch of fun in a terminal. | |
#---------------------------------------+---------------------------------------# | |
############################################################# # | |
######################################### # | |
##################### # | |
########### # | |
##### (C)2013 [email protected] (cc) by E. Leonard # |