Skip to content

Instantly share code, notes, and snippets.

@bobdanilo
Created August 10, 2016 14:25
Show Gist options
  • Save bobdanilo/40956b4d6caac8c7df2836f1272395df to your computer and use it in GitHub Desktop.
Save bobdanilo/40956b4d6caac8c7df2836f1272395df to your computer and use it in GitHub Desktop.
#!/bin/zsh
set -e
for i in $(seq 0 99); do cp -rf generated_public/public_${i}/** public; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment