Command Line Magic (climagic)'s status on Monday, 30-Jul-12 18:02:37 UTC
-
addtopath(){ local O=$IFS;IFS=:;for d in $PATH;do if [[ "$1" == "$d" ]];then IFS=$O;return 1;fi;done;IFS=$O;PATH="$1:$PATH";} # no path dups
addtopath(){ local O=$IFS;IFS=:;for d in $PATH;do if [[ "$1" == "$d" ]];then IFS=$O;return 1;fi;done;IFS=$O;PATH="$1:$PATH";} # no path dups
Identi.ca is a microblogging service brought to you by E14N. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.
All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.