User01_73r14r4ng Shell

Path : /sbin/
File Upload :
Current File : //sbin/sys-unconfig

#!/bin/sh

. /etc/init.d/functions

if [ $# -ne 0 ]; then
    echo $"Usage: sys-unconfig" >&2
    exit 1
fi

touch /.unconfigured
rm -f /etc/udev/rules.d/*-persistent-*.rules
poweroff

User01_73r14r4ng Feat. xX404_N0T_F0uND! ©Copyright 2021