~sinfallas/+junk/sinfallas-base

1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
# Made by Sinfallas <sinfallas@yahoo.com>
# Licence: GPL-2
LC_ALL=C
mylog="/var/log/$(basename $0).log"
echo "" > $mylog
exec 2>>$mylog
prelink -amfR --exec-shield
exit 0