sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit f0fbf9580bad01386c1625472489224e04798b6f
parent 8dfe0461d5e4ae3ef31c0a01a9cc04e7334a458c
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Mon, 11 Jun 2012 23:45:03 -0500

added vim lines to everything

Diffstat:
MSBO-Lib/lib/SBO/Lib.pm | 2++
Msbocheck | 2++
Msboclean | 2++
Msboconfig | 2++
Msbofind | 2++
Msboinstall | 2++
Msbosnap | 2++
Msboupgrade | 2++
8 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sbolib.sh # shared functions for the sbo_ scripts. # diff --git a/sbocheck b/sbocheck @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sbocheck # script to update the local sbo tree and check for updates # diff --git a/sboclean b/sboclean @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboclean # script to clean stuff left around from sbotools. # diff --git a/sboconfig b/sboconfig @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboconfig # script to handle sbotools configuration # diff --git a/sbofind b/sbofind @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sbofind # script to locate something in a local SlackBuilds tree. # diff --git a/sboinstall b/sboinstall @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboinstall # script to install a SlackBuild by name # diff --git a/sbosnap b/sbosnap @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sbosnap # script to pull down / update a local copy of the # slackbuilds.org tree. diff --git a/sboupgrade b/sboupgrade @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboupgrade # script to update an installed SlackBuild. #