diff options
-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. # |