This file contains 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
/* | |
* ------------------------------- cpoker.c --------------------------------- | |
* | |
* Copyright (c) 2015, Yorick de Wid <yorick17 at outlook dot com> | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions are met: | |
* | |
* * Redistributions of source code must retain the above copyright notice, |
This file contains 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
# $HOME/.bashrc FILE for bash-3.0 (or later) | |
# | |
# By Yorick de Wid | |
# First revision Aug. 2006 | |
# | |
# Usage: source $HOME/.bashrc | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return |