updates...
This commit is contained in:
8
homelab/applications/app-template-generator/main.sh
Normal file
8
homelab/applications/app-template-generator/main.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/zsh
|
||||
# Ask for the application name
|
||||
read "app_name?Enter the name of the application: "
|
||||
# Ask for the desired UID/GID
|
||||
read "desired_id?Enter the desired UID/GID for the application (e.g., 1001): "
|
||||
|
||||
./create-user.sh --app_name ${app_name} --id ${desired_id}
|
||||
./create-files+directories.sh --app_name ${app_name}
|
||||
Reference in New Issue
Block a user