Skip to content

Commit

Permalink
Merge pull request #36 from frozenfoxx/patch-1
Browse files Browse the repository at this point in the history
Update tic.pl with autoflush
  • Loading branch information
Abstrct committed Oct 13, 2017
2 parents 2c145ad + b54f496 commit 1ccd928
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tic.pl
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
#!/usr/bin/perl
#############################
# Tic v0.8 #
# Tic v0.8.1 #
# Created by Josh McDougall #
#############################

# The Ticker is a continuous daemon; it is good to run it within a
# screen/tmux session

# Set output to autoflush
$| = 1;

# use module
use DBI;
use DateTime;
Expand Down

0 comments on commit 1ccd928

Please sign in to comment.