This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
SET GIT_URL=https://github.com | |
SET GIT_USER=%1 | |
SET GIT_PROJECT=%2 | |
SET GIT_BRANCH=%3 | |
SET GIT_TARGET=%GIT_URL%/%GIT_USER%/%GIT_PROJECT%/tarball/%GIT_BRANCH% | |
SET /E TMPNAME=randstr 8 | |
ECHO GIT REPOSITORY - %GIT_USER%/%GIT_PROJECT%/%GIT_BRANCH% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#==================================================================================================# | |
#Unit_Factory_Partner.mlog | |
#------------------------- | |
#By Ilobmirt - 2023NOV05 | |
#Manage associates to get Items into storage unit. This is to make units remotely without conveyors | |
#==================================================================================================# | |
globals: | |
#Imports |
OlderNewer