Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- function my_funct {
- ls
- # for some reson, this doesn't work (the script stop here)
- script build_log
- echo -e "* This line should appear inside the /"build_log/" log file..."
- }
- ## main
- echo "This is just a test script"
- my_funct
- exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement