diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-06-11 23:45:03 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-06-11 23:45:03 -0500 |
commit | f0fbf9580bad01386c1625472489224e04798b6f (patch) | |
tree | 17f220e425b5f6eff4cc48b3c4cb1b82a1ac5fa1 | |
parent | 8dfe0461d5e4ae3ef31c0a01a9cc04e7334a458c (diff) | |
download | sbotools2-f0fbf9580bad01386c1625472489224e04798b6f.tar.xz |
added vim lines to everything
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 | ||||
-rwxr-xr-x | sbocheck | 2 | ||||
-rwxr-xr-x | sboclean | 2 | ||||
-rwxr-xr-x | sboconfig | 2 | ||||
-rwxr-xr-x | sbofind | 2 | ||||
-rwxr-xr-x | sboinstall | 2 | ||||
-rwxr-xr-x | sbosnap | 2 | ||||
-rwxr-xr-x | sboupgrade | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 85c533f..1597856 100644 --- 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. # @@ -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 # @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboclean # script to clean stuff left around from sbotools. # @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboconfig # script to handle sbotools configuration # @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sbofind # script to locate something in a local SlackBuilds tree. # @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboinstall # script to install a SlackBuild by name # @@ -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. @@ -1,5 +1,7 @@ #!/usr/bin/env perl # +# vim: set ts=4:noet +# # sboupgrade # script to update an installed SlackBuild. # |