Last active
September 27, 2015 07:38
-
-
Save passcod/1234493 to your computer and use it in GitHub Desktop.
Excess
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
# Excess (v.FINAL) | |
# Félix Saparelli 2011-13 | |
# Public Domain (CC0) | |
xs() { echo "Excess is dead. See https://github.com/passcod/bin"; } | |
xs-update() { xs; } |
I doubt anybody else than me is using this, but I'm slowly replacing the functions in there by small scripts in ~/bin. See https://github.com/passcod/bin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Breaking change from v.1.2:
get-xs
is nowxs-update
and does not requirexs
to run.Install using:
curl https://raw.github.com/gist/1234493/.excess > ~/.excess
You'll need to
source
this yourself.