diff --git a/.system b/.system index 331bc76..c86bac2 100644 --- a/.system +++ b/.system @@ -1,11 +1,19 @@ { "handoff": "", "instances": { - "C4A17A22AD4248858DB47161FE19B2EF": { + "72C17CDFC5F943E0A41155D892419843": { "config": {}, "module": "systemd" }, - "1B87C6B0E8814F55A7D916848AC3BB36": { + "D2A1E19739BB4CC08DD7192164CD4D67": { + "config": {}, + "module": "sshd" + }, + "768C13637962402D803215C97D8F04CD": { + "config": {}, + "module": "systemd" + }, + "0CEB261DB70A4A51BC80E15D782D8D98": { "config": {}, "module": "sshd" } diff --git a/package.json b/package.json index 340005c..a7cd3b3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "type": "module", "scripts": { - "start": "node --no-warnings --loader ./loader.mjs /boot", + "start": "(clear || cls) && node --no-warnings --loader ./loader.mjs /boot", "tsc": "tsc" }, "dependencies": { diff --git a/install.vsh b/vsh/install.vsh similarity index 93% rename from install.vsh rename to vsh/install.vsh index fc59c53..dca1810 100644 --- a/install.vsh +++ b/vsh/install.vsh @@ -2,4 +2,5 @@ create systemd create sshd invoke systemd add sshd invoke sshd start set handoff invoke systemd boot +ls save \ No newline at end of file diff --git a/vsh/nuke.vsh b/vsh/nuke.vsh new file mode 100644 index 0000000..ac537eb --- /dev/null +++ b/vsh/nuke.vsh @@ -0,0 +1,3 @@ +reset +ls +save \ No newline at end of file