Skip to content

Instantly share code, notes, and snippets.

View romartin's full-sized avatar

Roger Martínez romartin

  • RedHat
  • Barcelona
View GitHub Profile
#!/bin/python
#
# Connects to a Wifi network
#
import os
def commandExists(command):
def canExecute(file):
return os.path.isfile(file) and os.access(file, os.X_OK)