Skip to content

EonConsulting/automated-package-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This is a little script I create to automate the cloning of the packages in the "packages" folder. This is a .bat script that steps through the folders and clones each one from the repository.

Please note:
  • This script is specific to the Unisa E-Content system.
  • There is one for Windows and one for Linux

Windows

Simply copy the auto_package_clone_win.bat file into the "packages" folder, and either double click it, or run it from cmd by typing:

auto_package_clone_win.bat

Linux

Copy the auto_package_linux.sh file into the packages folder. From the terminal execute the following commands:

chmod 755 auto_package_linux.sh
./auto_package_linux.sh

About

Just a little script to automatically clone all of the packages in the packages folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published