From 4d50f68b6529f118a339b18c5521e747b21c44b5 Mon Sep 17 00:00:00 2001 From: Crystal Date: Sat, 28 Oct 2023 21:49:50 +0100 Subject: Update --- src/org/index.org | 1 + 1 file changed, 1 insertion(+) (limited to 'src/org') diff --git a/src/org/index.org b/src/org/index.org index 3ffaaaa..d35e330 100755 --- a/src/org/index.org +++ b/src/org/index.org @@ -12,6 +12,7 @@ Hi there, [[./super_secret.html][adorable you!]] And welcome to my little corner of the internet, here I will be posting my random thoughts, some class notes, random articles, funny links...etc. Basically a way for me to play around with HTML and CSS. +[[./src/gifs/Lain_chibi.jpg]] * Articles ( NEW !!!! ) - *[[./articles/discord.html][Discord : an internet cancer]]* /Sun Sep 10 15:25:22 2023/ * root@localhost $ whoami -- cgit 1.4.1-2-gfad0 90f171a1ace40bf21118103e'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/linux/translate_emulated
blob: 931a489f1a07f3a345e3823fcef6584edd9b0ce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Translate a Mu program using emulated mode on Linux or BSD or Mac.

set -e
set -v

cat $* [0-9]*.mu    |bootstrap/bootstrap run ./mu           > a.subx

./translate_subx_emulated [0-9]*.subx mu-init.subx a.subx