view bin/forth @ 11664:39008ff3589c draft

<b_jonas> `` f=bin/dateu; >$f echo $\'#!/bin/sh\\n\'\'exec date -u "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"\'; chmod -c a+x "$f"
author HackEso <hackeso@esolangs.org>
date Thu, 06 Dec 2018 22:16:15 +0000
parents 6ad2db782cb2
children
line wrap: on
line source

#! /bin/bash
exec gforth -e "$* bye" </dev/null