<li>I'm an <a href="https://opensource.org/members">Open Source Initiative member</a></li>
<li>I <a href="https://creativecommons.org/donate/">donate to Creative Commons</a></li>
<li><a href="https://hyperboleandahalf.blogspot.com/">Hyperbole and a Half</a></li>
- <li><a href="https://my.fsf.org/join"><img src="https://static.fsf.org/nosvn/associate/crm/48550.png"></a></li>
+ <li><a href="https://my.fsf.org/join"><img src="/assets/48550.png"></a></li>
</ul>
+ <pre>
+# rms asked me to...
+# __.. ,. .. ._.. .. . .___.. ..___
+# (__ \./ |\/|| | |\ ||_/ | |__|[__
+# .__) | | ||____|_| \|| \ | | |[___
-<p>You've come this far, are some pictures of me.</p>
+# ._.. ..___..___.__ . ..___.___. | | |
+# | |\ | | [__ [__)|\ |[__ | | | |
+# _|_| \| | [___| \| \|[___ | * * *
+ </pre>
+
+<p>You've come this far, here are some pictures of me.</p>
<img alt="head shot" src="/assets/profile250.jpg">
<img src="https://media.libreplanet.org/mgoblin_media/media_entries/1581/7S7A1964.medium.png" />
<img src="https://media.libreplanet.org/mgoblin_media/media_entries/1727/7S7A2604.medium.png" />
shopt -s nullglob
_git_desc_readme() {
+ x=(README*)
+ if [[ ! $x ]]; then
+ echo "$1: error: no README at $PWD"
+ exit 1
+ fi
while read -r line; do
[[ $line ]] || continue
if echo "$line" | grep "^ *[#*]" &>/dev/null; then
bashrc
automated-distro-installer
buildscripts
- config-files
distro-setup
dot-emacs
fai-basefiles
ian-misc-bash
iankelling.org
+ keyboard.io-layout
)
declare -A personalized
for p in ${tmp[@]}; do personalized[$p]=true; done