add missing pcat.py
This commit is contained in:
parent
f74f89734c
commit
fff4b83962
1 changed files with 8 additions and 0 deletions
8
pcat.py
Executable file
8
pcat.py
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
#
|
||||||
|
import sys
|
||||||
|
|
||||||
|
while True:
|
||||||
|
with open(sys.argv[1],'r') as fd:
|
||||||
|
print(fd.read(), flush=True)
|
||||||
|
|
||||||
Loading…
Reference in a new issue