Debian NEW package overview for bashacks
bashacks_1.5+git20231025.0f0d0eb-1_amd64.changes (click to toggle)
Format:1.8
Date:Thu, 15 Feb 2024 20:03:44 -0300
Source:bashacks
Binary:bashacks bashacks-doc
Architecture:source all
Version:1.5+git20231025.0f0d0eb-1
Distribution:unstable
Urgency:medium
Maintainer:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Changed-By:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Description:
bashacks   - collection of useful bash scripts for programmers
bashacks-doc - collection of useful bash scripts for programmers — documentation
Closes:1056195
Changes:
bashacks (1.5+git20231025.0f0d0eb-1) unstable; urgency=medium

  * Initial release. (Closes: #1056195)
Files:
8019bee5e92525afeb95e1fb9631cb99 2177 shells optional bashacks_1.5+git20231025.0f0d0eb-1.dsc
3e16ef4049b94baf98b428813f7a5c46 31184 shells optional bashacks_1.5+git20231025.0f0d0eb.orig.tar.xz
b1a0c873cf92fb73725559d6be368417 7408 shells optional bashacks_1.5+git20231025.0f0d0eb-1.debian.tar.xz
4458e3587fc9b766c9eef2f7df3fd84d 31844 doc optional bashacks-doc_1.5+git20231025.0f0d0eb-1_all.deb
1df98e5c608214afd3d89cfb933a71b1 18232 shells optional bashacks_1.5+git20231025.0f0d0eb-1_all.deb
f5450b6e5d993b32150d4a0e983824c1 8544 shells optional bashacks_1.5+git20231025.0f0d0eb-1_amd64.buildinfo
bashacks_1.5+git20231025.0f0d0eb-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:bashacks
Binary:bashacks, bashacks-doc
Architecture:all
Version:1.5+git20231025.0f0d0eb-1
Maintainer:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Homepage:https://github.com/merces/bashacks/
Standards-Version:4.6.2
Vcs-Browser:https://salsa.debian.org/debian/bashacks
Vcs-Git:https://salsa.debian.org/debian/bashacks.git
Build-Depends:debhelper-compat (=13), dh-sequence-sphinxdoc<!nodoc>, python3<!nodoc>, python3-sphinx<!nodoc>, python3-sphinx-rtd-theme<!nodoc>
Package-List:bashacks deb shells optional arch=all bashacks-doc deb doc optional arch=all profile=!nodoc
Files:
3e16ef4049b94baf98b428813f7a5c46 31184 bashacks_1.5+git20231025.0f0d0eb.orig.tar.xz
b1a0c873cf92fb73725559d6be368417 7408 bashacks_1.5+git20231025.0f0d0eb-1.debian.tar.xz
lintian 2.104.0 check for bashacks_1.5+git20231025.0f0d0eb-1.dsc (click to toggle)
README.source for bashacks_1.5+git20231025.0f0d0eb-1.dsc (click to toggle)
No README.source in this package
control file for bashacks_1.5+git20231025.0f0d0eb-1_all.deb (click to toggle)
Package:bashacks
Version:1.5+git20231025.0f0d0eb-1
Architecture:all
Maintainer:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Installed-Size:97
Depends:bc, binutils, curl, file, html2text, perl, wget, xxd, zip, lynx
Suggests:bashacks-doc
Section:shells
Priority:optional
Homepage:https://github.com/merces/bashacks/
Description:
collection of useful bash scripts for programmers
 It was intended to be useful for programmers, security analysts and
 general users who need to perform low-level operations. The biggest
 advantage of bashacks is providing shorter commands for executing
 tasks in the terminal.
 .
 Assists users with:
   - Error condition detection: Allowing error messages to be issued
     and exit in case of failure.
   - Argument handling: Facilitates argument handling in scripts by
     supporting command-line options
   - Message Log: Allowing scripts to easily generate logs with
     different levels of verbosity.
   - Simplified Conditional Execution: Simplifies the execution of
     expression-based commands, eliminating the need for complex Bash
     constructs.
   - Improved string handling: Introduces additional functions for
     manipulating strings, facilitating the removal of white spaces, etc.
   - Matrix Treatment: Makes working with arrays in Bash scripts easier
     by offering useful functions for adding, removing, and checking the
     existence of elements in an array.
   - Variable Validation: Provides tools to validate variables, helping
     to ensure that they are configured correctly before they are used.
lintian 2.104.0 check for bashacks_1.5+git20231025.0f0d0eb-1_all.deb (click to toggle)
contents of bashacks_1.5+git20231025.0f0d0eb-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-02-15 23:03 ./
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/bin/
-rwxr-xr-x root/root     13928 2024-02-15 23:03 ./usr/bin/bashacks
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/bashacks/
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/crypto/
-rw-r--r-- root/root       879 2023-10-25 23:36 ./usr/share/bashacks/src/crypto/bh_hashcrack.sh
-rw-r--r-- root/root       287 2023-10-25 23:36 ./usr/share/bashacks/src/crypto/bh_rot.sh
-rw-r--r-- root/root       114 2023-10-25 23:36 ./usr/share/bashacks/src/crypto/bh_rotall.sh
-rw-r--r-- root/root       273 2023-10-25 23:36 ./usr/share/bashacks/src/crypto/bh_strxor.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/
-rw-r--r-- root/root        70 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/bh_bkp.sh
-rw-r--r-- root/root       786 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/bh_findmime.sh
-rw-r--r-- root/root       174 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/bh_hashes.sh
-rw-r--r-- root/root       195 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/bh_md5rename.sh
-rw-r--r-- root/root       228 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/bh_secretfile.sh
-rw-r--r-- root/root       125 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/bh_sharefile.sh
-rw-r--r-- root/root       122 2023-10-25 23:36 ./usr/share/bashacks/src/filesystem/bh_zipmal.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/internal/
-rw-r--r-- root/root        52 2023-10-25 23:36 ./usr/share/bashacks/src/internal/bashacks.sh
-rw-r--r-- root/root       771 2023-10-25 23:36 ./usr/share/bashacks/src/internal/bh_bootstrap.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/math/
-rw-r--r-- root/root        69 2023-10-25 23:36 ./usr/share/bashacks/src/math/bh_bin2dec.sh
-rw-r--r-- root/root       440 2023-10-25 23:36 ./usr/share/bashacks/src/math/bh_charcalc.sh
-rw-r--r-- root/root        77 2023-10-25 23:36 ./usr/share/bashacks/src/math/bh_dec2bin.sh
-rw-r--r-- root/root        69 2023-10-25 23:36 ./usr/share/bashacks/src/math/bh_dec2hex.sh
-rw-r--r-- root/root       179 2023-10-25 23:36 ./usr/share/bashacks/src/math/bh_hex2bin.sh
-rw-r--r-- root/root        72 2023-10-25 23:36 ./usr/share/bashacks/src/math/bh_hex2dec.sh
-rw-r--r-- root/root        95 2023-10-25 23:36 ./usr/share/bashacks/src/math/bh_hexcalc.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/misc/
-rw-r--r-- root/root       151 2023-10-25 23:36 ./usr/share/bashacks/src/misc/bh_epoch.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/net/
-rw-r--r-- root/root       143 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_bin2ip.sh
-rw-r--r-- root/root        71 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_hostcalc.sh
-rw-r--r-- root/root       213 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_ip2bin.sh
-rw-r--r-- root/root       121 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_ipinfo.sh
-rw-r--r-- root/root       947 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_ipisblocked.sh
-rw-r--r-- root/root       141 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_myip.sh
-rw-r--r-- root/root       152 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_unshort.sh
-rw-r--r-- root/root       105 2023-10-25 23:36 ./usr/share/bashacks/src/net/bh_wgetr.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/programming/
-rw-r--r-- root/root       103 2023-10-25 23:36 ./usr/share/bashacks/src/programming/bh_skel_c.sh
-rw-r--r-- root/root       118 2023-10-25 23:36 ./usr/share/bashacks/src/programming/bh_skel_go.sh
-rw-r--r-- root/root       221 2023-10-25 23:36 ./usr/share/bashacks/src/programming/bh_skel_latex.sh
-rw-r--r-- root/root       112 2023-10-25 23:36 ./usr/share/bashacks/src/programming/bh_skel_python.sh
-rw-r--r-- root/root       276 2023-10-25 23:36 ./usr/share/bashacks/src/programming/bh_skel_yara.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/reversing/
-rw-r--r-- root/root        94 2023-10-25 23:36 ./usr/share/bashacks/src/reversing/bh_asmgrep.sh
-rw-r--r-- root/root       459 2023-10-25 23:36 ./usr/share/bashacks/src/reversing/bh_asminfo.sh
-rw-r--r-- root/root       461 2023-10-25 23:36 ./usr/share/bashacks/src/reversing/bh_replacestring.sh
-rw-r--r-- root/root       431 2023-10-25 23:36 ./usr/share/bashacks/src/reversing/bh_zerostring.sh
drwxr-xr-x root/root         0 2023-10-25 23:36 ./usr/share/bashacks/src/strings/
-rw-r--r-- root/root        70 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_asc2dec.sh
-rw-r--r-- root/root      1414 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_asciitable.sh
-rw-r--r-- root/root        80 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_dec2asc.sh
-rw-r--r-- root/root       299 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_hex2str.sh
-rw-r--r-- root/root       110 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_str2dec.sh
-rw-r--r-- root/root       440 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_str2hex.sh
-rw-r--r-- root/root       202 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_str2hexr.sh
-rw-r--r-- root/root       103 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_urldecode.sh
-rw-r--r-- root/root       106 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_urlencode.sh
-rw-r--r-- root/root      1084 2023-10-25 23:36 ./usr/share/bashacks/src/strings/bh_utf8table.sh
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks/
-rw-r--r-- root/root      3121 2023-10-25 23:36 ./usr/share/doc/bashacks/README.md.gz
-rw-r--r-- root/root       188 2024-02-15 23:03 ./usr/share/doc/bashacks/changelog.Debian.gz
-rw-r--r-- root/root      1241 2024-02-15 23:03 ./usr/share/doc/bashacks/copyright
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/man/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/man/man1/
-rw-r--r-- root/root      4614 2024-02-15 23:03 ./usr/share/man/man1/bashacks.1.gz
control file for bashacks-doc_1.5+git20231025.0f0d0eb-1_all.deb (click to toggle)
Package:bashacks-doc
Source:bashacks
Version:1.5+git20231025.0f0d0eb-1
Architecture:all
Maintainer:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Installed-Size:346
Depends:libjs-jquery (>=3.6.0), libjs-sphinxdoc (>=7.2.2), sphinx-rtd-theme-common (>=2.0.0+dfsg)
Section:doc
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/merces/bashacks/
Description:
collection of useful bash scripts for programmers — documentation
 It was intended to be useful for programmers, security analysts and
 general users who need to perform low-level operations. The biggest
 advantage of bashacks is providing shorter commands for executing
 tasks in the terminal.
 .
 Assists users with:
   - Error condition detection: Allowing error messages to be issued
     and exit in case of failure.
   - Argument handling: Facilitates argument handling in scripts by
     supporting command-line options
   - Message Log: Allowing scripts to easily generate logs with
     different levels of verbosity.
   - Simplified Conditional Execution: Simplifies the execution of
     expression-based commands, eliminating the need for complex Bash
     constructs.
   - Improved string handling: Introduces additional functions for
     manipulating strings, facilitating the removal of white spaces, etc.
   - Matrix Treatment: Makes working with arrays in Bash scripts easier
     by offering useful functions for adding, removing, and checking the
     existence of elements in an array.
   - Variable Validation: Provides tools to validate variables, helping
     to ensure that they are configured correctly before they are used.
 .
 This package contains the HTML documentation for bashacks
lintian 2.104.0 check for bashacks-doc_1.5+git20231025.0f0d0eb-1_all.deb (click to toggle)
contents of bashacks-doc_1.5+git20231025.0f0d0eb-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-02-15 23:03 ./
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/
-rw-r--r-- root/root       188 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/changelog.Debian.gz
-rw-r--r-- root/root      1241 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/copyright
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_sources/
-rw-r--r-- root/root      2615 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/crypto.rst.txt
-rw-r--r-- root/root      2795 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/filesystem.rst.txt
-rw-r--r-- root/root       972 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/index.rst.txt
-rw-r--r-- root/root      1813 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/install.rst.txt
-rw-r--r-- root/root      2658 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/math.rst.txt
-rw-r--r-- root/root      3205 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/net.rst.txt
-rw-r--r-- root/root      1690 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/programming.rst.txt
-rw-r--r-- root/root      4310 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/reversing.rst.txt
-rw-r--r-- root/root      5226 2023-10-25 23:36 ./usr/share/doc/bashacks-doc/html/_sources/string.rst.txt
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/
-rw-r--r-- root/root      4289 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/_sphinx_javascript_frameworks_compat.js
-rw-r--r-- root/root     15094 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/basic.css
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/css/
-rw-r--r-- root/root       328 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/documentation_options.js
-rw-r--r-- root/root       286 2024-02-11 17:08 ./usr/share/doc/bashacks-doc/html/_static/file.png
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/js/
-rw-r--r-- root/root        90 2024-02-11 17:08 ./usr/share/doc/bashacks-doc/html/_static/minus.png
-rw-r--r-- root/root        90 2024-02-11 17:08 ./usr/share/doc/bashacks-doc/html/_static/plus.png
-rw-r--r-- root/root      4929 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/pygments.css
-rw-r--r-- root/root      9523 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/crypto.html
-rw-r--r-- root/root     10751 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/filesystem.html
-rw-r--r-- root/root      3322 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/genindex.html
-rw-r--r-- root/root     96616 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/index.html
-rw-r--r-- root/root      7846 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/install.html
-rw-r--r-- root/root     12171 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/math.html
-rw-r--r-- root/root     13882 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/net.html
-rw-r--r-- root/root       367 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/objects.inv
-rw-r--r-- root/root     10580 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/programming.html
-rw-r--r-- root/root     29245 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/reversing.html
-rw-r--r-- root/root      3721 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/search.html
-rw-r--r-- root/root     22946 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/searchindex.js
-rw-r--r-- root/root     25791 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/string.html
drwxr-xr-x root/root         0 2024-02-15 23:03 ./usr/share/doc-base/
-rw-r--r-- root/root       338 2024-02-15 23:03 ./usr/share/doc-base/bashacks-doc.bashacks
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/css/badge_only.css -> ../../../../../sphinx_rtd_theme/static/css/badge_only.css
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/css/theme.css -> ../../../../../sphinx_rtd_theme/static/css/theme.css
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/doctools.js -> ../../../../javascript/sphinxdoc/1.0/doctools.js
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-Bold.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Bold.ttf
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-Bold.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Bold.woff2
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-BoldItalic.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-BoldItalic.ttf
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-BoldItalic.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-BoldItalic.woff2
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-Italic.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Italic.ttf
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-Italic.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Italic.woff2
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-Regular.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Regular.ttf
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/Lato-Regular.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Regular.woff2
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/RobotoSlab-Bold.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.woff2
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/RobotoSlab-Regular.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.woff2
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/fontawesome-webfont.eot -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/fontawesome-webfont.svg -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/fontawesome-webfont.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/fontawesome-webfont.woff -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/fonts/fontawesome-webfont.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff2
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/jquery.js -> ../../../../javascript/jquery/jquery.min.js
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/js/theme.js -> ../../../../../sphinx_rtd_theme/static/js/theme.js
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/language_data.js -> ../../../../javascript/sphinxdoc/1.0/language_data.js
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/searchtools.js -> ../../../../javascript/sphinxdoc/1.0/searchtools.js
lrwxrwxrwx root/root         0 2024-02-15 23:03 ./usr/share/doc/bashacks-doc/html/_static/sphinx_highlight.js -> ../../../../javascript/sphinxdoc/1.0/sphinx_highlight.js

Timestamp: 20.02.2024 / 10:02:12 (UTC)