Kaydet (Commit) f62b17a3 authored tarafından sulincix's avatar sulincix

OROSPU ÇOCUĞU WİNDOWS

üst acc37928
#!/bin/bash
wsl_block(){
var=$(uname -r)
if [[ "$var" == *Microsoft* || "$var" == "*WSL*" ]]
then
exit 1
fi
}
wsl_block
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment