From 2fff224e6aa2816893854f9045713b850b66ca29 Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 16 Feb 2023 08:03:31 -0600 Subject: uhh forgor --- justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 9b1ac86..a34080c 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,12 @@ -alias default := server alias cloc := loc +set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] +default: + @echo "fun fact your pc is {{arch()}} and is probably on {{os()}}" + @just --list --list-heading $'and you can use these scripts (maybe)\n' server: node src/server.js badge-gen: lua src/badge-gen.lua loc: cloc . + -- cgit v1.2.3