Skip to content

Commit

Permalink
Update ruptime
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko authored Oct 15, 2024
1 parent 6ba3dba commit c177122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruptime
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

export LC_ALL=C
d=$(basename "$0")
pgrep "$d -u" >/dev/null && exit 0
#d=$(basename "$0")
#pgrep "$d -u" >/dev/null && exit 0

# cd /usr/bin && for a in ruptime runame rhw rsw rnet rbench rdisk rload rac rboot rwho; do ln -sf ruptime $a; done

Expand Down

0 comments on commit c177122

Please sign in to comment.