# HG changeset patch # User HackEso # Date 1574021913 0 # Node ID ec79f376cd1a5e68cbd05025b38860869442f0b4 # Parent bbcac610574df09b77469eaa26083d273e87a069 fetch /hackenv/bin/uptime https://hack.esolangs.org/get/bin/uptime diff -r bbcac610574d -r ec79f376cd1a bin/uptime --- a/bin/uptime Sun Nov 17 20:17:51 2019 +0000 +++ b/bin/uptime Sun Nov 17 20:18:33 2019 +0000 @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/python3 boottime = 1245511822 import sys, os, 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)."