Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # test
  4.  
  5. for folder in ../*
  6.  
  7. do
  8.         cd $folder
  9.         cat ../script/myfile.php >> functions.php
  10.         echo "FILE MODIFICATION COMPLETE... BECAUSE YOU RULE";
  11. done;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement