add new script

This commit is contained in:
Greg Gauthier 2023-08-30 14:34:14 +01:00
parent 22efdb11b3
commit 32db0924c8
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
title: "Atari Assembler for the Absolute Beginner"
date: 2023-08-30T14:33:00+01:00
tags: []
description: ""
draft: false
---

2
new
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
export ED='tilde'
export ED='vi'
# export ED='vi'
Help()