Skip to content

jayninja/ruby_stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby stuff

Various tools written in native ruby. Some useful, some just for funsies.

building the rpm

My rpms follow a pattern. Git clone the repo, then do the following:

tar -zcvf $project_name.tar.gz $project_name
mv $project_name.tar.gz ~/rpmbuild/SOURCES/
rpmbuild -bb $project_name/rpm/$project_name.spec

where $project_name is a project like pscan.

About

stuff im doing in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages