feat: simple install script until archmgr completed
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
SCRIPT_DIR=$(dirname "$0")
|
||||
|
||||
node "$SCRIPT_DIR/util/auto-renamer/index.js" $@
|
||||
Reference in New Issue
Block a user