Skip to content

Instantly share code, notes, and snippets.

View itzwam's full-sized avatar
🔧
Can we fix it ? No it's f*cked !

toinux itzwam

🔧
Can we fix it ? No it's f*cked !
  • 0x69
  • /dev/null
View GitHub Profile
@itzwam
itzwam / miredo.sh
Last active December 25, 2018 23:58
Macos miredo start/stop script
#!/bin/bash
###################
# file : /usr/local/bin/miredo
# usage : miredo <start/stop/restart>
# author : itzwam
if [[ $UID -ne 0 ]]; then
sudo -p "Restarting as root :" /bin/bash $0 "$@"
exit $?