Add bin task to vacuum the repo
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
cd -P -- "$(dirname -- "$0")"
|
||||
exec ./music_library eval MusicLibrary.Release.vacuum
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
call "%~dp0\music_library" eval MusicLibrary.Release.vacuum
|
||||
Reference in New Issue
Block a user