dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 54d5c641a4732fa39c033ca42e3cc2a215878d8f
parent a6c9b38ecf8d07f63f3cb018d1308b978a05f740
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun, 12 Sep 2021 23:16:36 +0100

fontpreview script. shortner script

Diffstat:
Abin/bin/fontpreview.sh | 13+++++++++++++
Abin/bin/shortner | 2++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/bin/bin/fontpreview.sh b/bin/bin/fontpreview.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +echo " + + 0 1 2 3 4 5 6 7 8 9 +A B C D E F G H I J K L M N O P Q R S T U V W X Y Z +a b c d e f g h i j k l m n o p q r s t u v w x y z + ! @ # \$ % ^ & * ( ) _ + = - + , . / ; ' [ ] + < > ? : \" { } + + +" diff --git a/bin/bin/shortner b/bin/bin/shortner @@ -0,0 +1,2 @@ +#!/bin/sh +curl -X PUT -d "${1}" s.rum.sh