add justfile

This commit is contained in:
LordMZTE 2022-02-08 18:49:25 +01:00
parent 9da6db4915
commit 47cda28e7e
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 9 additions and 0 deletions

View file

9
justfile Normal file
View file

@ -0,0 +1,9 @@
install-scripts target="$HOME/.local/bin":
#!/bin/sh
zig build-exe \
-lc -lX11 -lXinerama \
scripts/randomwallpaper.zig \
-femit-bin={{target}}/randomwallpaper
ln -sf \
`pwd`/scripts/{playtwitch,start-joshuto,withjava} \
{{target}}