Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
#!/bin/sh | |
EGREP=/usr/bin/egrep | |
ECHO=/bin/echo | |
EXTENSIONS_INI=/usr/local/etc/php/extensions.ini | |
CP=/bin/cp | |
MV=/bin/mv | |
HAS_SPL=`$EGREP -c '^extension=spl.so$' $EXTENSIONS_INI` | |
HAS_SQLITE=`$EGREP -c '^extension=sqlite.so$' $EXTENSIONS_INI` |
if [[ -o login ]]; then | |
TMUX_PREFIX="" | |
if [[ ! -z "$TMUX" ]] ; then | |
# Via | |
# <http://blog.yjl.im/2014/12/passing-escape-codes-for-changing-font.html>: | |
TMUX_PREFIX='\ePtmux;\e' | |
TMUX_POSTFIX='\e\\' | |
fi | |
# Indicates start of command output. Runs just before command executes. |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!