aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile6
1 files changed, 5 insertions, 1 deletions
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 .
+