This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type f -name "index*" | xargs perl -pi~ -e "s/PREV/REPLACE/ig" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo $1 | perl -MURI::Escape -lne 'print uri_unescape($_)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="mailform" action="#" method="post"> | |
<textarea name="message" placeholder="Текст тут какой-надо"></textarea> | |
<br> | |
<input id="mailbuttom" type="submit" value="Отправить"> | |
</form> | |
<p id="mailsuccess" style="display:none">Заебись, отправил!</p> |
NewerOlder