Automatic commit with j

This commit is contained in:
Thomas Levine 2016-02-28 01:44:54 +00:00
parent ab7c75a8e0
commit 4482c96793
1 changed files with 9 additions and 2 deletions

11
urchin
View File

@ -9,8 +9,15 @@
set -e
logfile=$(mktemp)
> $logfile
# Parse output
log=$(mktemp -u)
mkfifo "$log"
print_log() {
while read line; do
case "$line" in
esac
done
}
# Make sure that CDPATH isn't set, as it causes `cd` to behave unpredictably -
# notably, it can produce output.