mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-05 08:15:04 -04:00
Reorganized
This commit is contained in:
parent
ab54dc8e70
commit
2afd831662
281 changed files with 253 additions and 33 deletions
15
Other_Hackings/useful_scripts/watch_dir_change.sh
Executable file
15
Other_Hackings/useful_scripts/watch_dir_change.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
FILE=~/Desktop/test/ghost
|
||||
FILE1=~/Desktop/test/cpghost
|
||||
|
||||
|
||||
while [[ true ]]
|
||||
do
|
||||
if [ -f $FILE ]
|
||||
then
|
||||
cp $FILE $FILE2
|
||||
echo got it
|
||||
fi
|
||||
sleep 2
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue