Skip to content

Instantly share code, notes, and snippets.

@xificurC
Created March 23, 2016 13:25
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 xificurC/10fa8ac1fdbfee2b933d to your computer and use it in GitHub Desktop.
Save xificurC/10fa8ac1fdbfee2b933d to your computer and use it in GitHub Desktop.
#!/bin/bash
local files=("file one" "file two")
touch "${files[@]}"
bash -c "rm ??"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment