Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created June 14, 2020 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retorquere/c3ce8d39c371c75705c1c3a22005890d to your computer and use it in GitHub Desktop.
Save retorquere/c3ce8d39c371c75705c1c3a22005890d to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
import shlex
import sys
print(' '.join([shlex.quote(f) for f in sys.stdin.read().split('\0') if f != '']))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment