Set export LC_ALL="C" - we don't need Unicode support and it seems

to speed things up
This commit is contained in:
twinaphex 2019-05-12 00:42:37 +02:00
parent f7f700402a
commit e17aa7990b

View File

@ -1,6 +1,7 @@
#!/bin/bash
# vim: set ts=3 sw=3 noet ft=sh : bash
# ----- setup -----
export LC_ALL=C
# This will use an overridden value from the command-line if provided, otherwise just use the current date
BOT="${BOT:-.}"