# HG changeset patch # User HackEso # Date 1574018234 0 # Node ID c2f4b787425fe4ff0492656656ee11cb7fb6f44f # Parent 08fae3c17105275f11a2b02cae99089e4c68dca6 fetch /hackenv/bin/uptime https://hack.esolangs.org/get/bin/uptime diff -r 08fae3c17105 -r c2f4b787425f bin/uptime --- a/bin/uptime Sun Nov 17 19:16:48 2019 +0000 +++ b/bin/uptime Sun Nov 17 19:17:14 2019 +0000 @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/python3 boottime = 1245511822 import sys, time helpmsg = "\nUsage:\n uptime [options]\n\nOptions:\n -p, --pretty show uptime in pretty format\n -h, --help display this help and exit\n -s, --since system up since\n -V, --version output version information and exit\n\nFor more details see uptime(1)."