Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UCC
dispense_wrapper_scripts
Commits
3c66360d
Commit
3c66360d
authored
Mar 30, 2015
by
oxinabox
Browse files
=Made display last 5 dispenses
parent
08d45e6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dispense_refund.py
View file @
3c66360d
#!/usr/bin/env python
import
subprocess
as
sp
sp
.
call
([
'tail'
,
'-n
3
'
,
"/home/other/coke/cokelog"
])
sp
.
call
([
'tail'
,
'-n
55555
'
,
"/home/other/coke/cokelog"
])
username
=
None
while
(
not
(
username
)):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment