Skip to content

Instantly share code, notes, and snippets.

@nebril
Created August 3, 2015 12:40
Show Gist options
  • Save nebril/556e83110cffb0e02daf to your computer and use it in GitHub Desktop.
Save nebril/556e83110cffb0e02daf to your computer and use it in GitHub Desktop.
run commands on my dos.py env
#!/bin/sh
set -x
dos.py list | grep mkwiek | xargs -i "$@" {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment