diff options
| author | amy <[email protected]> | 2023-02-16 08:03:31 -0600 |
|---|---|---|
| committer | amy <[email protected]> | 2023-02-16 08:03:31 -0600 |
| commit | 2fff224e6aa2816893854f9045713b850b66ca29 (patch) | |
| tree | 6e68de293968e9eb65c93a393e57419aec44fd3b /justfile | |
| parent | 24f01c064cccafdc7209787af4b7044baac9061c (diff) | |
uhh forgor
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 . + |
