Skip to content

Commit

Permalink
hacer que pineboo trabaje bien con pipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gestiweb committed Sep 22, 2016
1 parent 7ca2e81 commit 6a5911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pineboo
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

cd "$(dirname "$0")"

python3 pineboo.py "$@"
python3 -u pineboo.py "$@"

2 changes: 1 addition & 1 deletion pineboo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3 -u
# -*# -*- coding: utf-8 -*-


Expand Down

0 comments on commit 6a5911d

Please sign in to comment.