« Script Bash : traitement2.sh » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 19 : | Ligne 19 : | ||
[[Catégorie:Bash]] | [[Catégorie:Bash]] | ||
[[Catégorie:Scripts]] | [[Catégorie:Scripts]] | ||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
</html> | |||
<html> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> |
Dernière version du 17 février 2025 à 18:25
#!/bin/bash
cp /root/Git/Blackliste/blackliste/log.txt /var/www/mediawiki/images/html/
cd /
cd /var/www/mediawiki/images/html
rm -rf log2.txt
rm -rf log3.txt
rm -rf log4.txt
cat log.txt | grep "ovpn,info ovpn_: <" | sed 's/.*ovpn,info ovpn_: <//g' >> log2.txt
sed 's/\(>:\).*/\ /' log2.txt >> log3.txt
cat log3.txt | sort | uniq >> log4.txt
#rm -rf adresses2.txt