mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-05 00:05:07 -04:00
some small fixes
This commit is contained in:
parent
4f8d5148af
commit
16757b10ac
412 changed files with 139509 additions and 0 deletions
5
Useful_Scripts/untar_bz2_script.sh
Executable file
5
Useful_Scripts/untar_bz2_script.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
for file in *.tar.bz2;
|
||||
do mkdir -p "${file}-extracted";
|
||||
tar --directory "${file}-extracted" -xjf "${file}";
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue