Introduction
Introduction Statistics Contact Development Disclaimer Help
uptime - fingered - Fingerd protocol daemon, allowing custom responses.
git clone git://jay.scot/fingered
Log
Files
Refs
README
LICENSE
---
uptime (135B)
---
1 #!/bin/sh
2
3 # Print the current date
4 echo "Current date: $(date)"
5
6 # Print system uptime
7 uptime=$(uptime)
8 echo "System uptime: $uptime"
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.