{% extends "base.html" %} {% load nst %} {% block pagetitle %}bashoneliners.com{% endblock %} {% block keywords %}{% endblock %} {% block description %}{% endblock %} {% block content %}
O hi, we aim to collect here *good* bash/ksh oneliners. We are in a very very early stage of development but we will progress rapidly.
If you would like to participate in the development or if you would like an early member access to contribute oneliners, please let us know!
{% for line in oneliner.lines %}$ {{ line }}
{% endfor %}