diff options
Diffstat (limited to 'tears.rc')
-rw-r--r-- | tears.rc | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +BASE="/tears" +HOST="localhost" +SCHEME="http://" + byline() { - stat -f '%Su' $1 + stat -c 'skrevet av %U for %G' $1 } + |