1 2 3 4 5 6 7 8 9
#!/usr/bin/env sh for command in ./commands/*; do cp "$command" /town/our/ done for file in ./data/*; do cp "$file" /town/our/data/ done