a_igin

Untitled

Apr 26th, 2020
162
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. urls_file_path=$(pwd)/urls.txt
  4. echo $urls_file_path
  5.  
  6. if [ -f urls_file_path ]
  7. then
  8.   cat $urls_file_path
  9. else
  10.   echo The file $urlf_file_path doesn\'t exists
  11. fi
Add Comment
Please, Sign In to add comment