Skip to content
Snippets Groups Projects
Commit 36232566 authored by ACC Murphy's avatar ACC Murphy
Browse files

=Removed fingering

parent 3c66360d
Branches
No related merge requests found
......@@ -10,7 +10,7 @@ while True:
try:
sp.check_call(["dispense","acct", username])
#sp.check_call(["id", username])
sp.check_call(["finger", username])
#sp.check_call(["finger", username])
except sp.CalledProcessError:
username = None
......
#!/usr/bin/env python
import subprocess as sp
sp.call(['tail', '-n55555', "/home/other/coke/cokelog"])
sp.call(['tail', '-n5', "/home/other/coke/cokelog"])
username=None
while(not(username)):
......@@ -9,7 +9,7 @@ while(not(username)):
try:
sp.check_call(["dispense","acct", username])
#sp.check_call(["id", username])
sp.check_call(["finger", username])
#sp.check_call(["finger", username])
except sp.CalledProcessError:
username = None
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment