scripts

Assortment of various scripts and helpers.
git clone git://bsandro.tech/scripts
Log | Files | Refs | README | LICENSE

commit 9a9b0468cb0333b84eb07003e15cb028f4913fda
parent f0efe70cca2e2f3bf826d36defe9db4f0ba9cf43
Author: bsandro <brian.drosan@gmail.com>
Date:   Wed,  4 Aug 2021 02:55:42 +0300

Removed obsolete comments in scripts :)

Diffstat:
Mpkg_tree.pl | 3---
Mpkg_tree.sh | 3---
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/pkg_tree.pl b/pkg_tree.pl @@ -2,9 +2,6 @@ use strict; use warnings; -# time pkg_tree.pl surf -# 2m48.79s real 0m40.46s user 0m24.75s system - my $PROGRAM_NAME = $0; my %deps_cache; my %installed_cache; diff --git a/pkg_tree.sh b/pkg_tree.sh @@ -1,8 +1,5 @@ #!/bin/sh -# time pkg_tree.sh surf -# 19m57.90s real 9m01.71s user 5m19.42s system - PACKAGE=$1 print_deps() {