Skip to content

cybuhh/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-scripts

mirror-pkgs - sample hooks/post-receive

#!/bin/bash

workTree=/git/mirror-pkgs listFile=mirror-pkgs.lst cd $workTree && git show HEAD:$listFile > $listFile

/home/matcybur/bash-scripts/mirror-pkgs.sh /home/matcybur/bash-scripts/mirror-pkgs.conf make $workTree/$listFile

rm $workTree/$listFile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages